Directory

paper-tags-input - Vaadin Add-on Directory

Material Design input control for a collection of tags paper-tags-input - Vaadin Add-on Directory
[![Published on NPM](https://img.shields.io/npm/v/@cwmr/paper-tags-input.svg?style=flat)](https://www.npmjs.com/package/@cwmr/paper-tags-input) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@cwmr/paper-tags-input) # \ Material Design input control for a collection of tags ```html ``` ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ``` ## Running Tests ``` $ polymer test ``` Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.