Skip to content

Latest commit

 

History

History
107 lines (72 loc) · 5.28 KB

README.md

File metadata and controls

107 lines (72 loc) · 5.28 KB

Polymer Snippets

Small, useful snippets/samples that show how to do things the Polymer way.

Setup

bower install

Run the tests

  1. Fire up a web server in the root of this repo. For example:

    python -m SimpleHTTPServer

  2. Hit http://localhost:8000/tests/.

Contributing

See the contribution guide.

Table of Contents

Basics

Control Flow

Inheritance

Forms

Observing Changes

Events

Insertion Points

Filters

Styling Elements

Layout attributes

Core Elements

Snippets using Polymer core elements.

Core Toolbar