Action label paired with a row of monospace key caps joined by plus separators.
The import and the props worth knowing about, in one place.
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.
import { Sirius } from '@sirius/sdk' const client = new Sirius(apiKey)await client.members.create({ name })A code card with a filename header and copy affordance over syntax-toned, line-numbered source.