naderio / paper-select

A proper select input for the Polymer world.

Home Page:http://naderio.github.io/paper-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<paper-select>

A Polymer custom element for input selection.

Work inspired by coner/multi-value-suggestbox, Selectize.js, and Angular Material Chips

Demo

Check it live!

Docs

See the component page for more information.

Install

Install the component using Bower:

$ bower install  --save paper-select

Or download as ZIP.

Usage

  1. Import Custom Element:

    <link rel="import" href="bower_components/paper-select/dist/paper-select.html">
  2. Start using it!

    <paper-select></paper-select>
    <paper-select multiple></paper-select>

Usage

...

Development

later ...

Contributing

We welcome your bug reports and pull requests :)

History

For detailed changelog, check Releases.

License

BSD License

About

A proper select input for the Polymer world.

http://naderio.github.io/paper-select


Languages

Language:HTML 52.4%Language:JavaScript 47.6%