0.1.8 • Published 10 years ago
sector-list v0.1.8
Sector - List
Sector - List is an extension for the Sector.js library that allows repeating and binding to a collection with selection management.
Installation
Sector can be easliy installed with Bower:
> bower install sector-list
or through npm:
> npm install sector-list
Sector supports standalone, AMD, and Node/CommonJS deployment with Browserify.
To use as a standard standalone script:
<script src="bower_components/sector-list/dist/sector-list.js"></script>
Browser Support
Chrome, Safari, Firefox, Opera, IE 9+
Usage
Take a look at the included examples to see how to use.
A TodoMVC example is also available at todomvc-sector (source).