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