Imagine ArtImagine Art

A compact element for tags, filters, or selections that can be toggled or removed.

Feedback & Status

Import

import { Chip } from "@/components/ui"

API

PropTypeDefaultDescription
variant"default" | "selected" | "error""default"Visual state of the chip.
size"sm" | "md" | "lg" | "xl""md"Chip size.
labelstringText content of the chip.
onRemove() => voidShows a remove button when provided.
leftIconReactNodeIcon before the label.

Examples