Ship-It Designv0.0.3
GitHub

Chip

Each example below is a real component instance — flip the theme toggle to see how it adapts.

Default#

auto-tag: infra

Removable#

auto-tag: infra

Props#

Props for Chip
PropTypeDefaultDescription
iconReactNodePill-style leading icon (typically a glyph or `@`/`#`).
onRemove(() => void) | undefinedOptional remove handler. When provided, renders an inset close button. Mirrors the `Tag` API — pass `onRemove` and the X is rendered automatically.