Components
Tags
Import
import { Tag } from "@cider-ui/cider-ui";
Usage
Primary
<Tag label="Primary" />
Styles
Primary
Secondary
Success
New
Warning
Error
Processing
<Tag label="primary" style="primary" />
<Tag label="secondary" style="secondary" />
<Tag label="success" style="success" />
<Tag label="new" style="new" />
<Tag label="warning" style="warning" />
<Tag label="error" style="error" />
<Tag label="processing" style="processing" />