Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 630 Bytes

readme.md

File metadata and controls

42 lines (24 loc) · 630 Bytes

Backbone UI: Rows

A tags component for any webpage

Install

Using bower:

bower install backbone.ui.rows

Dependencies

Usage

var view = new Backbone.UI.Rows({
		el : "#tags", 
		collection : new Backbone.Collection(tags)
});

Examples

...

Credits

Created by Makis Tracend ( @tracend )

Distributed through Makesites.org

Released under the MIT license