Core capabilities
, + }, + { + id: "status-chip", + name: "Status Chip", + description: + "Inline badge that surfaces transaction or system state at a glance.", + tokens: ["--color-success", "--color-error", "--color-warn", "--radius-full"], + props: [ + { + name: "status", + type: "'input' | 'approving' | 'pending' | 'confirmed' | 'failed'", + description: "Controls colour and label.", + }, + ], + example: () => ( +| + {h} + | + ))} +||
|---|---|---|
| {p.name} | ++ {p.type} + | +{p.description} | +
{doc.description}
+ + {/* Live example */} ++ Live example +
++ Design tokens +
++ Props +
+Internal reference
++ Per-component documentation with live examples, design tokens, and + prop definitions. All components adhere to WCAG 2.1 AA and use + dark-mode-consistent design tokens. +
+ +