Terminal Prompt

Dark shell line with an emerald prompt, command text, and a blinking block cursor.

$npx beste-ui@latest init

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Terminal1 } from "@/components/beste/piece/terminal1";

<Terminal1
  prompt="$"
  command="npx beste-ui@latest init"
/>