Stack
Vertical flow with consistent spacing, ideal for forms, card content, and content blocks.
Use .stack for vertical flow with consistent spacing.
Account
Manage profile and billing settings.
<section class="stack">
<h2>Account</h2>
<p class="muted">Manage profile and billing settings.</p>
<form>
<label class="field">
<span class="field-label">Email</span>
<input type="email" placeholder="you@example.com" />
</label>
</form>
</section>
Use stack for forms, card content, modal bodies, side panels, and documentation blocks.