# sbx-react-select

> sbx-react-select

Latest version **0.0.8** (published 2020-08-07) · 0 weekly downloads

## Install

```sh
npm install sbx-react-select
pnpm add sbx-react-select
yarn add sbx-react-select
bun add sbx-react-select
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2020-08-07 |
| First published | 2020-04-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 18 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Eugene Burlak |
| Maintainers | v.sobix |

## Links

- npm: https://www.npmjs.com/package/sbx-react-select
- npm.io page: https://npm.io/package/sbx-react-select

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^16.10.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.10.1

## Recent versions

- 0.0.8 (latest) — 2020-08-07
- 0.0.7 — 2020-05-25
- 0.0.1 — 2020-04-20

## README

## SBX React Select

---

```
sbx i --save sbx-react-select
```

```
import Select from 'sbx-react-select';
<Searchable
    value="" //if value is not item of options array, it would be ignored on mount
    placeholder="Search" // by default "Search"
    notFoundText="No result found" // by default "No result found"
    options={[{
        value: '',
        label: 'All'
    }, {
        value: 'popular',
        label: 'Popular
    }]}
    onSelect={option => {
        console.log(option); // as example - {value: '', label: 'All'}
    }}
    listMaxHeight={200} //by default 140
/>
```

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