Skip to content

Group

Group (type: group, display name “Group”) is a generic container component that wraps heterogeneous children into one visual unit with unified layout and styling.

Difference from specialized containers (badge_list / button_list / brand_icons / payment_icons):

ContainerChild type restrictionTypical scenario
groupAny mixCombine a heading + a row of badges + a line of text into one visual unit
badge_listOnly badgeMultiple badges in a row
button_listOnly buttonMultiple buttons in a row
brand_iconsOnly brand_iconMultiple brand icons in a row
payment_iconsOnly payment iconMultiple payment method icons in a row
  • DirectionHorizontal / Vertical
  • JustifyStart / Center / End / Space between / Space around
  • For column direction also: cross-axis align — Left / Center / Right / Stretch
  • Gap — child spacing 0–80

Wrap each child in a card style:

  • Card background / Card border / Card radius / Card padding
  • Hover animation
  • Padding — responsive {mobile, desktop}

Image: Group editor sections