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.

123456789101112131415161718192021222324
  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.