0.1.0 • Published 9 years ago

basscss-ui-utility-disclosure-states v0.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

Basscss UI Utility Disclosure States

Disclosure state utilities module for Basscss - http://basscss.com

Toggle the visibility of child elements. This is useful for things like dropdown menus that are controlled with Javascript.

<div>
  <div class="disclosure-show">Hidden</div>
</div>
<div class="is-active">
  <div class="disclosure-show">Visible</div>
</div>
0.1.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago