Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

executable file
·
28 lines (19 loc) · 927 Bytes

polymer-efilters

A collection (or suite) of Polymer filters for formatting values of templates for display to users.

This component is based on Addy Osmani polymer-filters repository.

Installation

Install via bower:

bower install -save polymer-efilters

Usage

  • Import Custom Element:
<link rel="import" href="bower_components/polymer-filters/polymer-filters.html>
  • Start using it! :)

Demo

See the index.html page for more information.

Other Demo (Polymer project)

See the films-service.html or tv-service.html and how to use in an easy way.