Skip to Content
文档

居中

用于将其子元素置于自身中心。

SourceStorybook
This will be centered

用法

¥Usage

import { Center, Circle, Square } from "@chakra-ui/react"
<Center bg="tomato" h="100px" color="white">
  This is the Center
</Center>

示例

¥Examples

图标

¥Icon

Center 可用于在图标或数字周围创建框架。

¥Center can be used to create frames around icons or numbers.

1

内联居中

¥Center with Inline

使用 inline 将显示更改为 inline-flex

¥Use the inline to change the display to inline-flex.

Visit Chakra UI

正方形

¥Square

Square 根据 size(宽度和高度)将其子元素居中。

¥Square centers its child given the size (width and height).

圆形

¥Circle

Circle 根据 size 将其子元素居中,并在其周围创建一个圆圈。

¥Circle centers its child given the size and creates a circle around it.

属性

¥Props

居中

¥Center

正方形

¥Square

圆形

¥Circle

Previous

中心(绝对)

Next

容器