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.
 
 
 
 

26 líneas
591 B

  1. ---
  2. name: Select
  3. route: /components/select
  4. menu: Components
  5. ---
  6. import { Playground, Props, Link } from 'docz'
  7. import Select from './Select'
  8. # Select
  9. Component for selecting values from a larger number of options.
  10. <Playground>
  11. <Select />
  12. </Playground>
  13. ## Props
  14. <Props of={Select} />
  15. ## See Also
  16. - <Link to="../lib-components-checkbox-checkbox">Checkbox</Link> for a similar component on selecting values among very few choices.
  17. - <Link to="../lib-components-radio-button-radio-button">Radio Button</Link> for a similar component on selecting a single value among very few choices.