# reactjs-choice-multilist

> ReactJS component for items manipulation stored in two lists

Latest version **0.0.2** (published 2016-03-13) · 0 weekly downloads

## Install

```sh
npm install reactjs-choice-multilist
pnpm add reactjs-choice-multilist
yarn add reactjs-choice-multilist
bun add reactjs-choice-multilist
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-03-13 |
| First published | 2016-03-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Denis Skulimosvkiy |
| Maintainers | skulden13 |
| Keywords | react, reactjs, choice, multilist, favorites, options |

## Links

- npm: https://www.npmjs.com/package/reactjs-choice-multilist
- Repository: https://github.com/skulden13/react-choice-multilist
- Homepage: https://github.com/skulden13/react-choice-multilist#readme
- Issues: https://github.com/skulden13/react-choice-multilist/issues
- npm.io page: https://npm.io/package/reactjs-choice-multilist

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2016-03-13

## README

# react-choice-multilist

ReactJS component for item's manipulation stored in two lists. Based on bootstrap and font-awesome. Dependencies: lodash.

##Before the first run

1. If don't have `gulp` installed, run `npm install -g gulp` in terminal (*)  
2. Go to project root in terminal
3. Run `npm install`
4. Run `gulp`

(*) node.js must be installed. You can install it from [NodeJS site](http://nodejs.org/).

##Gulp tasks

All gulp tasks runs with `gulp task-name`, e.g. `gulp dev`, from project root directory.

* `default` -- run `browserify` to build ReactJS files, `copy-fonts` to copy FontAwesome fonts to `dist` folder, build `sass` files. 
* `dev` -- run `default` tasks, `connect` to default browser, `open` it and run `watch`-ers.

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