Shell Command

Single-line install or run command, prefixed with a dollar sign in monospace.

bun add @beste/ui

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

Import & use
import { Code3 } from "@/components/beste/piece/code3";

<Code3
  command="bun add @beste/ui"
/>