Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

23 líneas
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} />