CODECAVE ships no React component library, so these are CSS recipes to copy, not importable components. They reproduce what production actually renders. Build markup yourself and style it with the tokens — never hard-code a hex value.
/* primary */ background: var(--color-brand-210); color: #000; /* secondary */ border: 1px solid var(--color-action); font-weight: 700; /* both */ border-radius: var(--radius-pill); padding: 4px 24px; /* disabled */ opacity: .2; cursor: not-allowed;
Real-time monitoring, analytics and infrastructure that scales with demand.
<p class="eyebrow"> 700, --color-action <p class="lead"> 300, --color-body-primary