Components

Chip

A compact tag-like element to display labels, categories or filters. Supports an optional remove button to make it dismissable.

Design
Frontend
Accessibility
import { Chip } from "@empreint/ui";

<Chip size="md" onRemove={() => console.log("removed")}>
	Label
</Chip>

Props

Prop

Type

CSS Variables

Prop

Type