Hover card

Richer preview panel revealed on hover or focus-within.

Source: src/stylus/components/hover-card.styl

Profile preview

Hover or tab to the trigger to open the panel. It reacts to :hover and :focus-within, so keyboard users get it too.

@skeletonic-css
Skeletonic Stylus

Ultra-responsive CSS engine with 35 primitives.

<div class="hover-card">
  <a class="hover-card-trigger" href="#hover-card">@skeletonic-css</a>
  <div class="hover-card-content">
    <div class="bold">Skeletonic Stylus</div>
    <p>Ultra-responsive CSS engine with 35 primitives.</p>
  </div>
</div>