@spark-web/status-badge
v0.1.0
Published
A label component used to categorize or organize items.
Downloads
939
Readme
@spark-web/status-badge
A label component used to categorize or organize items.
Unlike Badge which shows status with an indicator dot, StatusBadge displays a simple label pill with an optional icon.
Usage
import { StatusBadge } from '@spark-web/status-badge';
<StatusBadge tone="accent">Active</StatusBadge>
<StatusBadge tone="positive" icon={<CheckCircleIcon size="xxsmall" />}>Verified</StatusBadge>