# left-right-select

> This is a component based on vue and element-ui; import then put it into components like this: ```

Latest version **0.1.0** (published 2019-07-26) · 0 weekly downloads

## Install

```sh
npm install left-right-select
pnpm add left-right-select
yarn add left-right-select
bun add left-right-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.1.0 |
| Published | 2019-07-26 |
| First published | 2019-07-26 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | fengxh |
| Maintainers | fengxh |
| Keywords | left-right-select, select |

## Links

- npm: https://www.npmjs.com/package/left-right-select
- npm.io page: https://npm.io/package/left-right-select

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [element-ui](https://npm.io/package/element-ui.md) ^2.11.0

## Recent versions

- 0.1.0 (latest) — 2019-07-26

## README

# left-right-select

This is a component based on vue and element-ui;  
import then put it into components like this:
```
<div>
    <left-right-select :list="list" />
</div>

components: {
    LeftRightSelect
}
```
specially, the list needs to have id and label props.
```
list = [{ id: 1, label: "1" }]
```

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