Getting started
Foundation
Typography
Navigation
Feedback
Forms
Label badge group is used to display multiple label badges and collapse them to a single line, if necessary.
LabelBadgeGroup truncates badges by default and renders them in one line. Badges that didn't fit can be viewed by clicking the "+1" button at the end of the badge group.
When badge group is not constrained by the parent container and has the ability to show all badges without truncation, pass truncate={false} to disable it.
Inherits margin props.
| Name | Default | Description | 
|---|---|---|
truncate | true | booleanDisplay as much label badges as possible on a single row and show the rest in a popover.  | 
children | —  | ReactNodeLabel badges.  |