Multi-line SQL with violet keywords, emerald string literals, and amber numerics.
New here? Read the installation guide.
import { Code10 } from "@/components/beste/piece/code10";
<Code10
query="SELECT id, name, email
FROM users
WHERE active = true
ORDER BY created_at DESC
LIMIT 10;"
/>const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
const user = await fetchUser("42");Single-line snippet with keywords, strings, and function names colored by semantic token kind.
Pretty-printed JSON object with sky keys, emerald strings, and amber numerics.
function greet(name) { return 'Hi ' + name; return `Hello, ${name}!`;}Compact diff card with added, removed, and context lines tinted in emerald and rose.