Chips
# Intro
Chips can be created by using the chip class.
# Colors
The chip class has color modifiers available with -primary, -success, -warning, -danger, -dark, and -light. The -light modifier should only be used in the dark theme or inside darker elements.
# Shape
You can change the shape of chips by using the border radius utility.
# Outline
Chips can be outlined using the -outline modifier. Backgrounds will be transparent.