packages/select/src/index.md
@# Select
The @blueprintjs/select package provides React components for to selecting items from a list:
Make sure to review the getting started docs for installation info.
npm install --save @blueprintjs/select
Import the package stylesheet in Sass:
@import "@blueprintjs/select/lib/css/blueprint-select.css";
...or in plain HTML:
<link href="path/to/node_modules/@blueprintjs/select/lib/css/blueprint-select.css" rel="stylesheet" />