Blueprint Select Components
Blueprint is a React UI toolkit for the web.
This package provides React components related to selecting items from a list:
-
Selectfor selecting items in a list. -
Suggestfor selecting items in a list, from a text input. -
MultiSelectfor 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
