---
name: Select
route: /components/select
menu: Components
---
import { Playground, Props, Link } from 'docz'
import Select from './Select'
# Select
Component for selecting values from a larger number of options.
## Props
## Usage Notes
The component will behave as `block`, i.e. it takes the remaining of the horizontal space.
To use the component together with layouts, see [TextInput](./textinput) for examples. Both `Select` and
`TextInput` have similar strategies on usage with layouts.
## See Also
- Checkbox for a similar component on selecting values among very few choices.
- RadioButton for a similar component on selecting a single value among very few choices.