Window-chrome shell showing a command and its output ending in a success line.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Terminal3 } from "@/components/beste/piece/terminal3";
<Terminal3
title="deploy"
prompt="$"
command="beste deploy --prod"
output={[
"Building application…",
"Uploading assets…"
]}
success="Deployed in 4.2s"
/>Test run output with pass and fail markers and a totals bar.
Dark shell line with an emerald prompt, command text, and a blinking block cursor.
pnpm dlx shadcn@latest add buttonCLI code line with a chevron prefix and a copy button that flips to a check.
Interactive prompt showing an evaluated expression and its result.
npx sirius-cli@latest init
✓ Workspace ready. Open the dashboard to invite your team.
A dark terminal card with traffic-light dots, a prompted command, and a success output line.
Shell prompt with a git branch segment and a clean or dirty status marker.