Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/spacer.json
Usage
import { Spacer } from "@/components/ui/spacer";<Box flexDirection="row">
<Text>Left</Text>
<Spacer />
<Text>Right</Text>
</Box>API Reference
Spacer
| Prop | Type | Default |
|---|---|---|
size | number | undefined |
direction | "horizontal" | "vertical" | "horizontal" |