npm beercss 2.2.11
v2.2.11

latest releases: 3.12.3, 3.12.2, 3.12.1...
3 years ago

CHANGELOG 2.2.11

Hqw01XMpYF

// defaut switch
<label class="switch">
  <input type="checkbox">
  <span></span>
</label>

// switch with icon
<label class="switch">
  <input type="checkbox">
  <span>
    <i>wifi</i>
  </span>
</label>

// switch with on/off icons
<label class="switch">
  <input type="checkbox">
  <span>
    <i>close</i>
    <i>done</i>
  </span>
</label>

Don't miss a new beercss release

NewReleases is sending notifications on new releases.