Skip to Content
DocsResourcesPricingShowcase

Group

Used to group and attach elements together

SourceStorybook
1
2

import { Group } from "@chakra-ui/react"
<Group>
  <div />
  <div />
</Group>

Here's an example of using the Group component to group buttons together.

Use the attached prop to attach the children together.

Commit status90+

Use the grow prop to make the children grow to fill the available space.

Previous

Grid

Next

Stack