Components
Display
Chip

Chip

A Chip is a versatile component that can be used for tagging or labelling other on-screen UI. It can be customized with a color as well, useful for when many chips appear on-screen (but remember that color should never be used as the only distinguishing identifier! (opens in a new tab)).

Dev

Usage

Props

NameTypeDescription
colorstringThe name of a color token (e.g. "Orange.Base")

Further Reading