Build faster with Premium Chakra UI Components 💎

Learn more
Skip to Content
DocsPlaygroundGuidesBlog
Sponsor

Center

Used to center its child within itself.

SourceStorybook
AI TipWant to skip the docs? Use the MCP Server
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 can be used to create frames around icons or numbers.

1

Center with Inline

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

Visit Chakra UI

Square

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

Circle

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

Props

Center

Square

Circle

Previous

Center (Absolute)

Next

Container