Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12345678910111213141516171819202122
  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} />