Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.2

Center

Centerは、コンポーネント内の子要素を中央に配置するコンポーネントです。

ソース@yamada-ui/layouts

インポート

import { Center } from "@yamada-ui/react"
Copied!

使い方

編集可能な例

<Center h="xs" rounded="md" bg="primary" color="white">
  This is the Center
</Center>
Copied!

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

WrapGrid