Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/center.json
Usage
import { Center } from "@/components/ui/center";<Center>
<Text>Centered content</Text>
</Center>API Reference
Center
| Prop | Type | Default |
|---|---|---|
children | ReactNode | required |
axis | "both" | "horizontal" | "vertical" | "both" |