1Sponsor

Splash Screen

Styled startup banner with big ASCII art title, subtitle, author credit, and status line

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

PropTypeDefault
titlestringrequired
font"block" | "simple""block"
titleColorstringundefined
titleColorAltstringundefined
boldbooleantrue
subtitlestringundefined
subtitleDimbooleantrue
author{ name: string; href?: string }undefined
statusLineReactNodeundefined
paddingnumber2
align"left" | "center"undefined