Chip
Chips allow users to see items added to or removed from a set.
On this page:
Best Practices
- Chips indicate the presence of a member in a set.
- They contain a
<a>
withrole="button"
to delete them from a data group. - Chips are special Badges.
- Create a parent container with a class of
chips
to hold the chips. - First use Badge markup, then add
class="chip"
.
Usage
See the Pen Chips by LA Gov Design Team (@lagovdesignteam) on CodePen.