Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 1.29 KB

plastik-horizontal-multiselect

This element is DEPRECATED. It is only compatible with Polymer 0.5.x. For a version compatible with Polymer 0.9.x and higher, see plastik-option-list.

plastik-horizontal-multiselect is a horizontal, multi-selectable listbox with support for reset items. It was inspired by the filter controls in the new Google Maps Android app.

Demos and documentation are available on the component page.

Pull requests are always welcome. If you encounter any bugs, please feel free to submit an issue.

Installation

bower install Plastikit/plastik-horizontal-multiselect --save

Basic usage

See component page for more details

<plastik-horizontal-multiselect>
   <core-item reset>Any</core-item>
   <core-item value="0">Free</core-item>
   <core-item value="1-100">$1 - $100</core-item>
   <core-item value="101-500">$101 - $500</core-item>
   <core-item value="501+">$501+</core-item>
</plastik-horizontal-multiselect>