# @blueprintjs/select

> Components related to selecting items from a list

Latest version **6.3.6** (published 2026-09-17) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @blueprintjs/select
pnpm add @blueprintjs/select
yarn add @blueprintjs/select
bun add @blueprintjs/select
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 6.3.6 |
| Published | 2026-09-17 |
| First published | 2018-01-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 2.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22073 |
| Author | Palantir Technologies |
| Maintainers | blueprintjs |
| Keywords | palantir, blueprint, components, select, select2, query, multiselect, suggest, typeahead, ui |

## Links

- npm: https://www.npmjs.com/package/@blueprintjs/select
- Repository: git@github.com:palantir/blueprint
- npm.io page: https://npm.io/package/@blueprintjs/select

## Dependencies (5)

- [tslib](https://npm.io/package/tslib.md) ~2.6.2
- [classnames](https://npm.io/package/classnames.md) ^2.3.1
- [@blueprintjs/core](https://npm.io/package/@blueprintjs/core.md) ^6.20.0
- [@blueprintjs/icons](https://npm.io/package/@blueprintjs/icons.md) ^6.14.1
- [@blueprintjs/colors](https://npm.io/package/@blueprintjs/colors.md) ^5.1.16

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 6.3.6 (latest) — 2026-09-17
- 6.0.0-alpha.1 (next) — 2025-04-22
- 6.3.5 — 2026-09-16
- 6.3.4 — 2026-07-28
- 6.3.3 — 2026-07-09
- 6.3.2 — 2026-07-06
- 6.3.1 — 2026-06-30
- 6.3.0 — 2026-06-09
- 6.2.2 — 2026-06-08
- 6.2.1 — 2026-05-21
- 6.2.0 — 2026-05-19
- 6.1.11 — 2026-05-13
- 6.1.10 — 2026-04-23
- 6.1.9 — 2026-04-07
- 6.1.8 — 2026-04-01
- … 266 more at https://npm.io/package/@blueprintjs/select/versions

## README

<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

```sh copy
npm install --save @blueprintjs/select
```

### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)

---
_Source: https://npm.io/package/@blueprintjs/select · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
