Component card
MITA card rendered entirely from semantic tokens — surface, border, radius, and text roles. Nothing here is hard-coded.
AstroWeb ComponentsTokens
Live demo
Everything below is driven by tokens. Change a control and the whole preview rethemes — no component edits. This is what shipping on the DwarvenStack system feels like.
A card rendered entirely from semantic tokens — surface, border, radius, and text roles. Nothing here is hard-coded.
:root {
--color-primary: #f25c14;
--ds-radius-md: 8px;
}