Tag Chip Input
A production-scale, light + dark Tag Chip Input component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add tag-chip-inputLive preview available in the gallery.
Usage
import { TagChipInput } from "@lerpa/ui";
<TagChipInput />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultTags | string[] | — | |
| placeholder | string | — | |
| maxTags | number | — | |
| accent | string | — | |
| onChange | (tags: string[]) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.