Skip to main content
InputChip
@coinbase/cds-web@9.17.0
A Chip used for removing selected values.
import { InputChip } from '@coinbase/cds-web/chips/InputChip'
Related components

InputChip is built for remove actions. For other uses, see Chip which supports interaction.

Basics

Use onClick for remove behavior.

Loading...

Disabled

Use disabled when the value should stay visible but not removable.

Loading...

Styling

With start content

Loading...

Sizes

size accepts xs and s. Defaults to s.

Loading...

Active

InputChip is active by default. Set active={false} for a less emphasized appearance.

Loading...

Accessibility

InputChip defaults to a remove label (Remove ${children} for string content, otherwise Remove option). Override accessibilityLabel when you need more specific wording.

Loading...

Is this page useful?

Coinbase Design is an open-source, adaptable system of guidelines, components, and tools that aid the best practices of user interface design for crypto products.