1.0.4 • Published 1 year ago

dropdown-menu-simple v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

dropdown-menu-simple

How to install

npm install dropdown-menu-simple

Use case

Javascript:

import "dropdown-menu-simple";

HTML:

<ul>
    <li class="dropdown-menu">
        <a aria-expanded="false"  class="dropdown-menu__label">
            You label
        <a>
        <ul class="dropdown-menu__submenu">
            <li>
                <a>link</a>
            </li>
        </ul>
    </li>

What you need in you HTML:

  1. <li> with the class dropdown-menu: <li class="dropdown-menu">
  2. an <a> child of <li> with class dropdown-menu__label and aria-expanded true: <a aria-expanded="false" class="dropdown-menu__label">
  3. a <ul> child of <li> with class dropdown-menu__submenu: <ul class="dropdown-menu__submenu">
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago