Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 line
428 B

  1. ---
  2. name: Slider
  3. menu: Components
  4. ---
  5. import { Playground, Props } from 'docz'
  6. import Slider from './Slider'
  7. # Slider
  8. Component for inputting numeric values in a graphical manner.
  9. The component is styled using client-side scripts. When the component is rendered server-side,
  10. the component falls back into the original `<input type="range">` element.
  11. <Playground>
  12. <Slider />
  13. </Playground>
  14. ## Props
  15. <Props of={Slider} />