5Sponsor

Panel

Titled bordered panel

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

Installation

pnpm dlx shadcn@latest add @termcn/panel

Usage

import { Panel } from "@/components/ui/panel";
<Panel title="System Status" borderStyle="round" width={40}>
  <Text>All services operational</Text>
</Panel>

API Reference

Panel

PropTypeDefault
titlestringundefined
titleColorstringundefined
borderColorstringundefined
borderStyle"single" | "double" | "round" | "bold" | "singleDouble" | "doubleSingle" | "classic"undefined
borderedbooleantrue
widthnumberundefined
heightnumberundefined
paddingXnumber1
paddingYnumber0
childrenReactNodeundefined