Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.3.10

Container

Containerは、汎用的な区分要素として使用するコンポーネントです。デフォルトでは、section要素をレンダリングします。

ソース@yamada-ui/layouts

テーマ

Containerは、単一パーツのコンポーネントです。

export const Container: ComponentStyle = {
baseStyle: {
w: "100%",
display: "flex",
flexDirection: "column",
gap: { base: "lg", sm: "md" },
p: { base: "lg", sm: "md" },
},
}

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

CenterDivider