A tags component for any webpage
Using bower:
bower install backbone.ui.rows
- Backbone
- Underscore
- jQuery (or alternative event handler)
var view = new Backbone.UI.Rows({
el : "#tags",
collection : new Backbone.Collection(tags)
});
...
Created by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license