Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

Stack

Stackは、要素をグループ化し、子要素間にスペースを設けるコンポーネントです。

ソース@yamada-ui/layouts

Props

StackProps

align

説明

The CSS align-items property.

タイプ

UIValue<AlignItems>

direction

説明

The CSS flex-direction property.

タイプ

UIValue<FlexDirection>

divider

非推奨

説明

If true, each stack item will show a divider.

非推奨

Use separator instead.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

justify

説明

The CSS justify-content property.

タイプ

UIValue<JustifyContent>

separator

説明

If true, each stack item will show a separator.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

wrap

説明

The CSS flex-wrap property.

タイプ

UIValue<FlexWrap>

GitHubでこのページを編集する

BoxContainer