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.
bower install Plastikit/plastik-horizontal-multiselect --save
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>