Components · Labels & Badges
Interactive chip for filtering, supports selected/unselected state.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| selected | boolean | — | — | Controlled selected state of the chip. |
| onSelectedChange | (selected: boolean) => void | — | — | Called when the selected state changes. |
| disabled | boolean | — | — | Disables the chip. |
| size | 'sm' | 'md' | — | — | Controls chip size. |
import { Filter Chip } from '@nexub/react';