0.5.3 • Published 4 years ago

@firefly-elements/firefly-name-select v0.5.3

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

<firefly-name-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.

Installation

npm install --save @firefly/firefly-name-select

In an HTML file

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.