Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.
/ paper-select Public archive
forked from tunpixel/select-input

A proper select input for the Polymer world.

Notifications You must be signed in to change notification settings

naderio/paper-select

 
 

Repository files navigation

<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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.4%
  • JavaScript 47.6%