Center
Center
is a component that aligns the child elements in the center within the component.
Import
import { Center } from "@yamada-ui/react"
Usage
Editable example
<Center h="xs" rounded="md" bg="primary" color="white"> This is the Center </Center>
Edit this page on GitHub