An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/react-selectorer

A fully customizable React selector component.
https://github.com/caseywebdev/react-selectorer

Last synced: 11 months ago
JSON representation

A fully customizable React selector component.

Awesome Lists containing this project

README

          

# ReactSelectorer

A versatile selector [React] component.

## Install

```bash
npm install react-selectorer
```

ReactList depends on React.

## Examples

Check out [the example page] and the [the example page source] for examples of
different configurations.

Here's another simple example to get you started.

```js
...
```

## Props

....

## Methods

...

## Development

```bash
open index.html
make
```

[React]: https://github.com/facebook/react
[the example page]: https://orgsync.github.io/react-selectorer/
[the example page source]: src/example.js