--- name: Slider route: /components/slider menu: Components --- import { Playground, Props } from 'docz' import Slider from './Slider' # Slider Component for inputting numeric values in a graphical manner. The component is styled using client-side scripts. When the component is rendered server-side, the component falls back into the original `` element. ## Props ## See Also - [Reach UI Slider](//reacttraining.com/reach-ui/slider/#sliderinput) for the client-side implementation.