Test run output with pass and fail markers and a totals bar.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Terminal12 } from "@/components/beste/piece/terminal12";
<Terminal12
tests={[
{
"name": "renders the label",
"passed": true
},
{
"name": "fires onClick",
"passed": true
},
{
"name": "respects disabled state",
"passed": false
}
]}
duration="1.24s"
/>Window-chrome shell showing a command and its output ending in a success line.
Interactive prompt showing an evaluated expression and its result.
Shell prompt with a git branch segment and a clean or dirty status marker.
Stacked task list with done, running, and pending status markers.
Timestamped log lines tagged by level in info, warn, error, and ok colors.
pnpm dlx shadcn@latest add buttonCLI code line with a chevron prefix and a copy button that flips to a check.