Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 274 Bytes

xenon-dropdown

Dropdown that allows pre-selection

License:

MIT

Usage:

<xenon-dropdown label="Payment Method" selected="{{paymentType}}">
    <div value="CreditCard">Credit Card</div>
    <div value="BankDraft">Bank Draft</div>
</xenon-dropdown>