Skip to content

ElfyCares/elfy-bullets

Repository files navigation

Build Status Published on webcomponents.org

<elfy-bullets>

A Polymer 2 element to create a small list of removable items.

alt text

Customize the input element and list tag

<elfy-bullets input-value-path="address" value-path="address_short" list-tag="li" list-parent-tag="ul">
  <elfy-address-input slot="input" collapse required="street,postalCode,streetNumber,state,country" add-event="save-tapped" clear-input-on-clear-place>
  </elfy-address-input>
</elfy-bullets>