Stacked import statements with destructured names and module paths in a quiet syntax palette.
New here? Read the installation guide.
import { Code6 } from "@/components/beste/piece/code6";
<Code6
imports={[
{
"names": [
"useState",
"useEffect"
],
"source": "react"
},
{
"names": [
"Button"
],
"source": "@/ui/button"
},
{
"names": [
"cn"
],
"source": "@/lib/utils"
}
]}
/>Error headline followed by a few stack frames with file paths and amber line and column numbers.
function greet(name) { return 'Hi ' + name; return `Hello, ${name}!`;}Compact diff card with added, removed, and context lines tinted in emerald and rose.
Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.