Directory

← Back

tsante-dropdown

(no summary available)

Author

Contributors

Rating

[ This description is mirrored from README.md at github.com/telecomsante/tsante-dropdown on 2019-05-22 ]

<tsante-dropdown>

Published on webcomponents.org

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 :

http://0.0.0.0:8081/components/tsante-dropdown/

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/polymer#^2.0.0
Released
2018-01-02
Maturity
IMPORTED
License
ISC License

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent

tsante-dropdown - Vaadin Add-on Directory

(no summary available) tsante-dropdown - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/telecomsante/tsante-dropdown](https://github.com//telecomsante/tsante-dropdown/blob/0.1.1/README.md) on 2019-05-22 ]** # [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/telecomsante/tsante-dropdown) version : 0.1.1 A simple dropdown menu ![](hero.gif) ## Quick example ```html
  • Item 1
  • Item 2
  • Item 3
  • Item 4
``` The component is licensed under the [ISC License](LICENSE.md) ## dev mode ``` npm install npm start ``` the documentation should then be available on : http://0.0.0.0:8081/components/tsante-dropdown/
Online