Hairline borders and whitespace-first design.

Usage#

html
<div class="minimalist-card p-8">Clean</div>

The classes#

ClassPurpose
minimalist-cardHairline-border card
minimalist-btnQuiet button

Compose with utilities#

html
<div class="minimalist-card p-10 max-w-prose mx-auto">Reading room</div>

Customization#

Every component is built from theme tokens (colors, blur radii, shadows). Redefine tokens in your config and the whole family restyles. For structural changes, copy the rules into your own layer and edit freely.

Accessibility#

  • Hairline borders need 3:1 contrast (WCAG non-text)

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