@blueprintjs/select
Version:
Components related to selecting items from a list
22 lines (14 loc) • 814 B
Markdown
<img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
# [Blueprint](http://blueprintjs.com/) Select Components
Blueprint is a React UI toolkit for the web.
This package provides React components related to selecting items from a list:
* `Select` for selecting items in a list.
* `Suggest` for selecting items in a list, from a text input.
* `MultiSelect` for selecting multiple items in a list.
* `Omnibar`, a macOS spotlight-style typeahead component.
* `QueryList`, a higher-order component that provides interactions between a query string and a list of items.
## Installation
```
npm install --save @blueprintjs/select
```
### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)