Case
Studio note
A quieter interface
Emphasis from weight and spacing, never from a hue.
Hairline frame; label, title, body.
Emphasis from weight and spacing, never from a hue.
Emphasis from weight and spacing, never from a hue.
npx @noordvc/raster-cli add card
<div class="rs-card"><span class="rs-card-label">Case study</span><h3 class="rs-card-title">A quieter interface</h3><p class="rs-card-body">Emphasis from weight and spacing, never from a hue.</p></div>
import { Card, CardBody, CardLabel, CardTitle } from "@/components/raster/card";
<Card>
<CardLabel>Case study</CardLabel>
<CardTitle>A quieter interface</CardTitle>
<CardBody>Emphasis from weight and spacing, never from a hue.</CardBody>
</Card>