alert-*, badge-*, progress-* components.

Usage#

html
<div class="alert-neon">Saved!</div>

The classes#

ClassPurpose
alert-*Paradigm alerts
badge-*Badges
progress-*Progress bars

Compose with utilities#

html
<div class="alert-neon p-4 rounded-lg">Deployed successfully</div>

Customization#

v1 components are frozen CSS — customize by overriding after the stylesheet, or by redefining the palette variables they consume.

Accessibility#

  • Alerts: role="alert" for dynamic ones

components/index|Components hub · themes/index|Themes · recipes/index|Recipes