Documents

Home
Styles
Button Form Grid Label Table Text Typography
Components
Box Breadcrumb Dropdown Menu Message Modal Pagination Sidebar

Styr

grauwoelfchen/styr

Home / Dropdown

Dropdown

Action + Dropdown

Expand dropdown menu.

Comment
Foo Note
This is a secret documentation about a robot...
Bar Story
This is a secret documentation about a robot...
<div class="dropdown-container">
  <a class="action" href="#">Comment</a>
  <input id="[id_name]" type="checkbox">
  <label for="[id_name]"></label>
  <div class="dropdown">
    <a class="item" href="#foo">
      <h6>Foo Note</h6>
      <span>This is a ...</span>
    </a>
    ...
  </div>
</div>