Skip to content

Plastikit/plastik-horizontal-multiselect

Repository files navigation

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>

About

Horizontal, multi-selectable listbox with support for reset items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published