Components · Labels & Badges
Non-interactive label tag for categorisation.
import { Tag } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| variant | 'solid' | 'soft' | 'outline' | 'soft' | — | Visual style of the tag. |
| tone | 'neutral' | 'info' | 'success' | 'warning' | 'danger' | — | — | Semantic colour tone of the tag. |
| size | 'sm' | 'md' | 'lg' | 'md' | — | Controls tag size. |