TagGroup
TagGroup Component
Playground
Technologies
ReactTypeScriptNext.jsTailwind
Props
| Prop | Type | Default | Value |
|---|---|---|---|
label | string | โ |
Related Components
Tag
Usage
<TagGroup label="Categories">
<Tag onRemove={() => console.log('removed')}>React</Tag>
<Tag onRemove={() => console.log('removed')}>TypeScript</Tag>
<Tag onRemove={() => console.log('removed')}>Next.js</Tag>
</TagGroup>