5Sponsor

Box

Enhanced flexbox container with theme-aware borders

Terminal
box-demo
No opentui live preview is registered for this example yet.

Installation

pnpm dlx shadcn@latest add @termcn/box

Usage

import { Box } from "@/components/ui/box";
<Box border borderVariant="focus" padding={1}>
  <Text>Focused container</Text>
</Box>

API Reference

Box

PropTypeDefault
borderbooleanundefined
borderVariant"default" | "muted" | "focus" | "success" | "error" | "warning""default"
borderColorstringundefined
childrenReactNodeundefined
...propsInkBoxProps