1 | <img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
|
2 |
|
3 | # [Blueprint](http://blueprintjs.com/) Select Components
|
4 |
|
5 | Blueprint is a React UI toolkit for the web.
|
6 |
|
7 | This package provides React components related to selecting items from a list:
|
8 |
|
9 | * `Select` for selecting items in a list.
|
10 | * `Suggest` for selecting items in a list, from a text input.
|
11 | * `MultiSelect` for selecting multiple items in a list.
|
12 | * `Omnibar`, a macOS spotlight-style typeahead component.
|
13 | * `QueryList`, a higher-order component that provides interactions between a query string and a list of items.
|
14 |
|
15 | ## Installation
|
16 |
|
17 | ```
|
18 | npm install --save @blueprintjs/select
|
19 | ```
|
20 |
|
21 | ### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)
|