multi-select
Version:
A multi-select component for CanJS
36 lines (19 loc) • 714 B
Markdown
@page `multi-select` component for CanJS
[](https://nodei.co/npm/multi-select/)
## Installation
```
npm install multi-select --save
```
You can use any of the builds in the dist folder to meet your project needs.
Using CanJS's built-in support for StealJS, you can now import the module directly inside your templates. For example:
```html
<can-import from="multi-select"/>
<multi-select></multi-select>
```
## Usage
## API
## Contributing
Pull requests are welcome.
## Author
- [Marshall Thompson](https://github.com/marshallswain)
[](http://StealJS.com)