Badge Group wraps multiple badges in a horizontal row with consistent spacing.
Basic syntax
:::badge-group:::badge(success)Passed::::::badge(danger)Failed::::::badge(info)Skipped::::::
PassedFailedSkipped
→ Three badges appear in a horizontal row.
Options
Badge Group takes no attributes of its own. Style and content are controlled by each nested :::badge block. See Badges for badge options.
Edge cases
- Badge Group is a layout wrapper only. It accepts any block content, though it is intended for
:::badgechildren. - Spacing and alignment come from the group; individual badges do not need extra configuration to line up.