Skip to content
/ strand Public
forked from MediaMath/strand

A collection of modular, reusable Web Components built upon Polymer

License

Notifications You must be signed in to change notification settings

selven/strand

 
 

Repository files navigation

Strand

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="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="bower_components/strand/dist/strand.html"/>

For more information and documentation see Getting Started.

About

A collection of modular, reusable Web Components built upon Polymer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 83.4%
  • JavaScript 12.3%
  • CSS 4.3%