React
Next.js
Vue
Chip Group
InteractionsSelectable chip/tag group
chiptagselect
Installation
$
Usage
tsx
import { ChipGroup } from "@/components/nonaxial/chip-group"
export default function Example() {
return (
<ChipGroup>{/* Your content here */}</ChipGroup>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |