Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/splash-screen.json
Usage
import { SplashScreen } from "@/components/ui/splash-screen";<SplashScreen
title="MyCLI"
subtitle="The modern developer toolkit"
author={{ name: "Jane Doe", href: "https://example.com" }}
statusLine={<Text color="green">● Ready on port 3000</Text>}
/>API Reference
SplashScreen
| Prop | Type | Default |
|---|---|---|
title | string | required |
font | "block" | "simple" | "block" |
titleColor | string | undefined |
titleColorAlt | string | undefined |
bold | boolean | true |
subtitle | string | undefined |
subtitleDim | boolean | true |
author | { name: string; href?: string } | undefined |
statusLine | ReactNode | undefined |
padding | number | 2 |
align | "left" | "center" | undefined |