Components · Labels & Badges
Compact label chip, optionally dismissible.
import { Chip } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| variant | 'filled' | 'outline' | 'filled' | — | Visual style of the chip. |
| onRemove | () => void | — | — | When provided, renders a dismiss button that calls this handler. |
| size | 'sm' | 'md' | — | — | Controls chip size. |