Description

The project is wrapper for Select2. It depends on jQuery and Select2. Demo will be avaiable soon.

Installing with Bower

The recommended way to install Polymer elements is through Bower. To install Bower, see the Bower web site.

Bower removes the hassle of dependency management when developing or consuming elements. When you install a component, Bower makes sure any dependencies are installed as well.

bower install --save kolarski/select2-wrapper

Compatability

The component is compatable with Polymer 1.0

Playing With Your Element

If you wish to work on your element in isolation, we recommend that you use Polyserve to keep your element's bower dependencies in line. You can install it via:

npm install -g polyserve

And you can run it via::

polyserve

Once running, you can preview your element at http://localhost:8080/components/select2-wrapper/, where select2-wrapper is the name of the directory containing it.