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