Test run output with pass and fail markers and a totals bar.
The import and the props worth knowing about, in one place.
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.
Dark terminal that types a command after the prompt, prints its output line by line up to a green success line behind a blinking block cursor, then clears and runs again.
Interactive prompt showing an evaluated expression and its result.
Shell prompt with a git branch segment and a clean or dirty status marker.