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.
- Host: GitHub
- URL: https://github.com/caseywebdev/react-selectorer
- Owner: caseywebdev
- License: mit
- Created: 2015-12-01T17:36:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T18:30:08.000Z (over 1 year ago)
- Last Synced: 2025-04-05T07:33:14.118Z (about 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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