Directory

paper-chip - Vaadin Add-on Directory

Polymer 2.x Chips represent complex entities in small blocks, such as a contact. paper-chip - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/ThomasCybulski/paper-chip](https://github.com//ThomasCybulski/paper-chip/blob/v2.0.10/README.md) on 2019-05-22 ]** # \ [![Build Status](https://travis-ci.org/ThomasCybulski/paper-chip.svg?branch=master)](https://travis-ci.org/ThomasCybulski/paper-chip) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/ThomasCybulski/paper-chip) [![Dependency Status](https://gemnasium.com/badges/github.com/ThomasCybulski/paper-chip.svg)](https://gemnasium.com/github.com/ThomasCybulski/paper-chip) [DEMO](https://thomascybulski.github.io/paper-chip/demo/index.html) Polymer 2.x Chips represent complex entities in small blocks, such as a contact. ## Install the Polymer-CLI for Polymer 2 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally. ## Viewing Your Application ``` $ polymer serve ``` ## Example: Basic paper-chip's ```html T Contact Person ``` ## Example: paper-chip's with custom styles ```html T ``` ## Example: Use tags in an input field ```html ``` ## Example: Autocomplete field with tags ```html ``` ## Browser Support ![IE](https://cloud.githubusercontent.com/assets/398893/3528325/20373e76-078e-11e4-8e3a-1cb86cf506f0.png) | ![Chrome](https://cloud.githubusercontent.com/assets/398893/3528328/23bc7bc4-078e-11e4-8752-ba2809bf5cce.png) | ![Firefox](https://cloud.githubusercontent.com/assets/398893/3528329/26283ab0-078e-11e4-84d4-db2cf1009953.png) | ![Opera](https://cloud.githubusercontent.com/assets/398893/3528330/27ec9fa8-078e-11e4-95cb-709fd11dac16.png) | ![Safari](https://cloud.githubusercontent.com/assets/398893/3528331/29df8618-078e-11e4-8e3e-ed8ac738693f.png) --- | --- | --- | --- | --- | None ✘ | Latest ✔ | None ✘ | None ✘ | Latest ✔ | ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D