naokirodion / polymer-patterns

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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