Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
New here? Read the installation guide.
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"
}
]}
/>const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
Error headline followed by a few stack frames with file paths and amber line and column numbers.
Pretty-printed JSON object with sky keys, emerald strings, and amber numerics.
export function greet(name: string) {return `Hello, ${name}!`;}console.log(greet("Beste"));
Dark editor card with three traffic-light dots, a filename tab, and line-numbered code.