InputChip is built for remove actions. For other uses, see Chip which supports interaction.
Basics
Use onClick for remove behavior.
Disabled
Use disabled when the value should stay visible but not removable.
Styling
With start content
Sizes
size accepts xs and s. Defaults to s.
Active
InputChip is active by default. Set active={false} for a less emphasized appearance.
Accessibility
InputChip defaults to a remove label (Remove ${children} for string content, otherwise Remove option).
Override accessibilityLabel when you need more specific wording.