@telecomsante/tsante-dropdown
v2.0.0-pre.3
Published
A dropdown component
Downloads
2
Readme
<tsante-dropdown>
version : 0.1.2
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 :
http://127.0.0.1:8081/components/tsante-dropdown/