Group
Compose elements and components in a horizontal flex container
Import
Source
Docs
Package
Usage
Spacing
xs
sm
md
lg
xl
Group children
Group component uses className
prop to add styles to its children, child components must accept it::
!important Group will work only with React elements. Strings, numbers, fragments and other parts will not have correct styles:
Browser support
Group uses flexbox gap to add spacing between children. In older browsers Group children will not have spacing.