NeumorUINeumorUI
📖📦
Data Display

Chip

Removable and selectable chip/tag with raised, outlined, and filled variants.

tsx
1import { Chip } from "neumorui";

Example

DefaultFilledOutlined🔥With iconSelectedReactVueAngularSvelte
variant
color
size
removable
selected
disabled

Props

PropTypeDefault
childrenReactNode-
variant"raised" | "outlined" | "filled""raised"
color"default" | "primary" | "success" | "danger" | "warning""default"
size"sm" | "md" | "lg""md"
iconReactNode-
removablebooleanfalse
onRemove() => void-
selectedbooleanfalse
onClick() => void-
disabledbooleanfalse