Utility
Terminal
Installation
$ pnpm dlx shadcn@latest add @termcn/ink/box
Usage
import { Box } from "@/components/ui/box";<Box border borderVariant="focus" padding={1}>
<Text>Focused container</Text>
</Box>API Reference
Box
| Prop | Type | Default |
|---|---|---|
border | boolean | - |
borderVariant | "default" | "muted" | "focus" | "success" | "error" | "warning" | "default" |
borderColor | string | - |
children | ReactNode | - |
...props | InkBoxProps | — |