MediaMath / strand

A collection of modular, reusable Web Components built upon Polymer
http://mediamath.github.io/strand/
BSD 3-Clause "New" or "Revised" License
119 stars 46 forks source link
ignore-list
Strand

Build Status

Overview

Strand leverages the Polymer Project to provide a collection of modular, reusable Web Components. By using Strand, developers can create and customize new and existing user interfaces with consistency and ease.

Installation

Use Bower to get the latest version of Strand:

$ bower install strand

Then include the Web Components polyfill and import the Strand library in your page:

<script language="javascript" src="https://github.com/MediaMath/strand/raw/master/bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="https://github.com/MediaMath/strand/blob/master/bower_components/strand/dist/strand.html"/>

For more information and documentation see Getting Started.