Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

23 lignes
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} />