DUTag

Elements

Removable or static tag chips.

import { DUTag } from 'deri-ui';
Live preview
ReactTailwind
typescript
<DUTag tone="primary" onRemove={() => {}}>React</DUTag>

Props

PropTypeDefaultDescription
tonedefault | primary | success | warning | dangerColor
onRemove() => voidOptional remove

Usage

import { DUTag } from 'deri-ui';

<DUTag tone="primary" onRemove={() => {}}>React</DUTag>

Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.

Related

© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.