# react-image-select

> An Image Select control built with and for React JS

Latest version **1.0.1** (published 2016-08-24) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-08-24 |
| First published | 2016-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Charly Berthet |
| Maintainers | charlyberthet |
| Keywords | reactjs, react, image-select, react-image-select, select |

## Links

- npm: https://www.npmjs.com/package/react-image-select
- Repository: https://github.com/charlyBerthet/react-image-select
- Homepage: https://github.com/charlyBerthet/react-image-select#readme
- Issues: https://github.com/charlyBerthet/react-image-select/issues
- npm.io page: https://npm.io/package/react-image-select

## Recent versions

- 1.0.1 (latest) — 2016-08-24
- 1.0.0 — 2016-08-24

## README

# react-image-select
An Image Select control built with and for React JS


# get started
## 1. install
```javascript
npm install react-image-select
```

## 2. import
```javascript
import ImageSelect from 'react-image-select';
```

## 3. use
```javascript
<ImageSelect
  images={['/images/apple.png', '/images/banana.png', '/images/pear.png']}
  width={20}
  height={20}
  defaultIndex={2} // will select pear.png
  onChange={this._handleChange}/>
```

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