Group

Group is a component that groups and attaches multiple elements together.

Usage

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

Change the Orientation

To change the orientation, set orientation to either "vertical" or "horizontal". The default is "horizontal".

Stretch Child Elements

To stretch child elements to full width, set grow to true.

Attach Child Elements

To attach child elements together, set attached to true.

@yamada-ui/react10k+

Props

Similar Components

Bleed

Bleed is a component used to extend elements beyond the boundaries of a container.

Box

Box is the most abstract component on which all other components are built. By default, it renders a div element.

Center

Center is a component that aligns the child elements in the center within the component.

Container

Container is a component used as a general division element. By default, it renders the section element.

Flex

Flex is a component that sets flex to Box. Also, convenient style shorthand is available.

Float

Float is a component used to fix elements to the edges of a container.

Grid

Grid is a component for managing grid layouts. It also comes with handy style shorthand.

HStack

HStack is used to stack child elements horizontally.

Uses Components & Hooks

Used By Components & Hooks