Tag

DefaultFilledSuccessFilledFilledFilled

How to use

Import Tag and use with optional variant. Copy the examples below.

1. Import

tsx
import { Tag } from "@/app/components/ui";

2. Variants

tsx
<Tag>Default</Tag>
<Tag variant="filled">Filled</Tag>
<Tag variant="success">Success</Tag>
<Tag variant="warning">Warning</Tag>
<Tag variant="error">Error</Tag>
<Tag variant="neutral">Neutral</Tag>