|
- ---
- 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 `<input type="range">` element.
-
- <Playground>
- <Slider />
- </Playground>
-
- ## Props
-
- <Props of={Slider} />
|