Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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