Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
The import and the props worth knowing about, in one place.
import { Code12 } from "@/components/beste/piece/code12";
<Code12
entries={[
{
"kind": "comment",
"text": "# Database"
},
{
"kind": "entry",
"key": "DATABASE_URL",
"value": "postgres://localhost/beste"
},
{
"kind": "entry",
"key": "REDIS_URL",
"value": "redis://localhost:6379"
},
{
"kind": "blank"
},
{
"kind": "comment",
"text": "# API"
},
{
"kind": "entry",
"key": "API_KEY",
"value": "sk_test_EXAMPLE_0000"
},
{
"kind": "entry",
"key": "PORT",
"value": "3000"
}
]}
/>Error headline followed by a few stack frames with file paths and amber line and column numbers.
const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
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.