Components
Error Card
A bounded error surface with the cause and a way out.
Error card
<div class="rounded-xl border border-error/40 p-4">
<div class="flex items-center gap-2 text-error">
<AlertIcon /> Build failed
</div>
<p class="font-mono text-xs">error TS2304: cannot find name 'theme'</p>
<a class="text-accent text-xs">View logs →</a>
</div> Markdown for agents: /design/error-card.md · spec: /design.md