Back to Blueprint

Index

packages/select/src/index.md

latest998 B
Original Source

@# Select

The @blueprintjs/select package provides React components for 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.

Make sure to review the getting started docs for installation info.

sh
npm install --save @blueprintjs/select

Import the package stylesheet in Sass:

scss
@import "@blueprintjs/select/lib/css/blueprint-select.css";

...or in plain HTML:

html
<link href="path/to/node_modules/@blueprintjs/select/lib/css/blueprint-select.css" rel="stylesheet" />