Centers children horizontally and vertically
bunnpmpnpmyarn$ pnpm dlx shadcn@latest add @termcn/ink/centerCopy
$ pnpm dlx shadcn@latest add @termcn/ink/center
Copyimport { Center } from "@/components/ui/center";
import { Center } from "@/components/ui/center";
Copy<Center> <Text>Centered content</Text> </Center>
<Center> <Text>Centered content</Text> </Center>
children
ReactNode
required
axis
"both" | "horizontal" | "vertical"
"both"