Utility
Terminal
█
spacer-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/spacer
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 | - |
direction | "horizontal" | "vertical" | "horizontal" |