Interactive prompt showing an evaluated expression and its result.
The import and the props worth knowing about, in one place.
import { Terminal11 } from "@/components/beste/piece/terminal11";
<Terminal11
prompt=">"
expression="[1, 2, 3].map((n) => n * 2)"
result="[ 2, 4, 6 ]"
/>Dark shell line with an emerald prompt, command text, and a blinking block cursor.
Window-chrome shell showing a command and its output ending in a success line.
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.