Action label paired with a row of monospace key caps joined by plus separators.
New here? Read the installation guide.
import { Code8 } from "@/components/beste/piece/code8";
<Code8
keys={[
"⌘",
"K"
]}
label="Open command palette"
/>const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
const user = await fetchUser("42");Single-line snippet with keywords, strings, and function names colored by semantic token kind.
bun add @beste/uiSingle-line install or run command, prefixed with a dollar sign in monospace.