Stacked task list with done, running, and pending status markers.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Terminal6 } from "@/components/beste/piece/terminal6";
<Terminal6
steps={[
{
"label": "Compiling modules",
"status": "done"
},
{
"label": "Bundling assets",
"status": "done"
},
{
"label": "Optimizing output",
"status": "running"
},
{
"label": "Publishing build",
"status": "pending"
}
]}
/>Monospace install line with a segmented progress meter and percentage.
Test run output with pass and fail markers and a totals bar.
Shell prompt with a git branch segment and a clean or dirty status marker.
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.
npm install beste-uiPackage manager tabs that swap the install command, with a copy button.