1.0.1 • Published 10 months ago

@mahmoudmirghani/dropdown v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

The html structure needed:

<div class="dropdown">
    <div class="dots">
        <div></div>
        <div></div>
        <div></div>
    </div>
    <div class="dropdown-menu">
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        ...
    </div>
</div>

or

<div class="dropdown">
    <div class="dots">
        <div></div>
        <div></div>
        <div></div>
    </div>
    <div class="dropdown-menu">
        <div></div>
        <div></div>
        <div></div>
        ...
    </div>
</div>

The "a" tags can be either the direct children of div.dropdown-menu or the descendant of it

The "div" tags can be only the direct children of div.dropdown-menu

1.0.1

10 months ago

1.0.0

10 months ago