Skip to Content
DocsEnterpriseBlogShowcase

Group

Used to group and attach elements together

SourceStorybookRecipe
1
2

Usage

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

Examples

Button

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

Attached

Use the attached prop to attach the children together.

Commit status90+

Grow

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

Props