Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 line
565 B

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