Skip to main contentdv01 Waterfall Design System

Chip

General guidance

The Chip is a small graphic shape that used as indicator or symbol. It is a table version of chart legend.

Usage

The Chips can be used in the table component to represent the objects such as tapes name, loan status, and so on.

Variations

There are four sizes of chips. Any colors can be used in chips.

src/button
<Chip
color="bg-dataviz-red-500"
size="small"
/>
src/button
<Chip
color="bg-dataviz-red-500"
size="medium"
/>
src/button
<Chip
color="bg-dataviz-red-500"
size="large"
/>
src/button
<Chip
color="bg-dataviz-red-500"
size="xl"
/>