Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextorigin/spine-shift-checkbox
A Spine Controller providing multiselect checkbox and checkbox rows with shift key support. Based on https://github.com/nylen/shiftcheckbox
https://github.com/nextorigin/spine-shift-checkbox
checkbox multi-select multiselect spine spinejs spinemvc
Last synced: 19 days ago
JSON representation
A Spine Controller providing multiselect checkbox and checkbox rows with shift key support. Based on https://github.com/nylen/shiftcheckbox
- Host: GitHub
- URL: https://github.com/nextorigin/spine-shift-checkbox
- Owner: nextorigin
- Created: 2017-10-07T20:47:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T20:59:12.000Z (about 7 years ago)
- Last Synced: 2024-11-12T18:54:07.429Z (about 1 month ago)
- Topics: checkbox, multi-select, multiselect, spine, spinejs, spinemvc
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spine-shift-checkbox
[![Build Status][ci-master]][travis-ci]
[![Coverage Status][coverage-master]][coveralls]
[![Dependency Status][dependency]][david]
[![devDependency Status][dev-dependency]][david-dev]
[![Downloads][downloads]][npm]A Spine Controller providing multiselect checkbox and checkbox rows with shift key support. Based on https://github.com/nylen/shiftcheckbox
[![NPM][npm-stats]][npm]
## Installation
```sh
npm install --save spine-shift-checkbox
```## License
MIT
[ci-master]: https://img.shields.io/travis/nextorigin/spine-shift-checkbox/master.svg?style=flat-square
[travis-ci]: https://travis-ci.org/nextorigin/spine-shift-checkbox
[coverage-master]: https://img.shields.io/coveralls/nextorigin/spine-shift-checkbox/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/nextorigin/spine-shift-checkbox
[dependency]: https://img.shields.io/david/nextorigin/spine-shift-checkbox.svg?style=flat-square
[david]: https://david-dm.org/nextorigin/spine-shift-checkbox
[dev-dependency]: https://img.shields.io/david/dev/nextorigin/spine-shift-checkbox.svg?style=flat-square
[david-dev]: https://david-dm.org/nextorigin/spine-shift-checkbox?type=dev
[downloads]: https://img.shields.io/npm/dm/spine-shift-checkbox.svg?style=flat-square
[npm]: https://www.npmjs.org/package/spine-shift-checkbox
[npm-stats]: https://nodei.co/npm/spine-shift-checkbox.png?downloads=true&downloadRank=true&stars=true