Leave Yamada UI a star

Star
Yamada UIYamada UIv1.7.2

Stack

Stack is a component that groups elements and provides spacing between child elements.

Source@yamada-ui/layouts

Props

StackProps

align

Description

The CSS align-items property.

Type

UIValue<AlignItems>

direction

Description

The CSS flex-direction property.

Type

UIValue<FlexDirection>

divider

Deprecated

Description

If true, each stack item will show a divider.

Deprecated

Use separator instead.

Type

ReactElement<any, string | JSXElementConstructor<any>>

justify

Description

The CSS justify-content property.

Type

UIValue<JustifyContent>

separator

Description

If true, each stack item will show a separator.

Type

ReactElement<any, string | JSXElementConstructor<any>>

wrap

Description

The CSS flex-wrap property.

Type

UIValue<FlexWrap>

Edit this page on GitHub

PreviousBoxNextContainer