1Sponsor

Box

Enhanced flexbox container with theme-aware borders

Terminal

Installation

pnpm dlx shadcn@latest add https://termcn.dev/r/box.json

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