Monospace install line with a segmented progress meter and percentage.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Terminal5 } from "@/components/beste/piece/terminal5";
<Terminal5
label="Installing dependencies"
percent={72}
segments={12}
/>Stacked task list with done, running, and pending status markers.
Dark shell line with an emerald prompt, command text, and a blinking block cursor.
Shell prompt with a git branch segment and a clean or dirty status marker.
npm install beste-uiPackage manager tabs that swap the install command, with a copy button.
Test run output with pass and fail markers and a totals bar.
Unified diff with added and removed lines tinted green and red.