Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/panel.json
Usage
import { Panel } from "@/components/ui/panel";<Panel title="System Status" borderStyle="round" width={40}>
<Text>All services operational</Text>
</Panel>API Reference
Panel
| Prop | Type | Default |
|---|---|---|
title | string | undefined |
titleColor | string | undefined |
borderColor | string | undefined |
borderStyle | "single" | "double" | "round" | "bold" | "singleDouble" | "doubleSingle" | "classic" | undefined |
bordered | boolean | true |
width | number | undefined |
height | number | undefined |
paddingX | number | 1 |
paddingY | number | 0 |
children | ReactNode | undefined |