0.5.2 • Published 4 years ago

@firefly-elements/firefly-select v0.5.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

\<firefly-select>

This component is designed to display a list of values where the list itself is editable, and has a firebase backing list. For example, this can be used to display a list of therapeutic areas, and let the user add new therapeutic areas without having to switch pages.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.