Single-line install or run command, prefixed with a dollar sign in monospace.
bun add @beste/uiNew here? Read the installation guide.
import { Code3 } from "@/components/beste/piece/code3";
<Code3
command="bun add @beste/ui"
/>const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
Action label paired with a row of monospace key caps joined by plus separators.
HTTP request rendered as a curl invocation with method, URL, headers, and body across continued lines.
const user = await fetchUser("42");Single-line snippet with keywords, strings, and function names colored by semantic token kind.