|
123456789101112131415161718192021222324 |
- ---
- name: Select
- menu: Components
- ---
-
- import { Playground, Props, Link } from 'docz'
- import Select from './Select'
-
- # Select
-
- Component for selecting values from a larger number of options.
-
- <Playground>
- <Select />
- </Playground>
-
- ## Props
-
- <Props of={Select} />
-
- ## See Also
-
- - <Link to="../lib-components-checkbox-checkbox">Checkbox</Link> for a similar component on selecting values among very few choices.
- - <Link to="../lib-components-radio-button-radio-button">Radio Button</Link> for a similar component on selecting a single value among very few choices.
|