(no summary available)
[ This description is mirrored from README.md at github.com/telecomsante/tsante-dropdown on 2019-05-22 ]
<tsante-dropdown>
version : 0.1.1
A simple dropdown menu
Quick example
<div class="container">
<tsante-dropdown horizontal-align='left' opened>
<button>Trigger</button>
<ul slot="dropdown-content">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ul>
</tsante-dropdown>
</div>
The component is licensed under the ISC License
dev mode
npm install
npm start
the documentation should then be available on :
Install
Framework Support
Polymer 2.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 0.1.1
Dependencies
- polymer#Polymer/polymer#^2.0.0