Skip to content

StartPolymer/polymer-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer Demo

Polymer Demo element is showcase of Polymer base elements.

For scaffolding Polymer apps use Polymer Starter Kit or Polymer generator.

DEMO

Features

Installation

bower install polymer-demo --save

Usage

elements.html

<link rel="import" href="/bower_components/polymer-demo/polymer-demo.html"/>

index.html

<polymer-demo></polymer-demo>

Contributing 👍

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Run the tests, adding new ones for your own code if necessary
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

Copyright (c) 2015 Start Polymer (http://startpolymer.org)