mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
19 lines
480 B
JSON
19 lines
480 B
JSON
{
|
|
"id": "code-root",
|
|
"type": "code",
|
|
"bindings": {
|
|
"className": {
|
|
"source": "inline",
|
|
"transform": "(() => { if (data === false) { return 'p-4 rounded-lg bg-muted text-foreground font-mono text-sm overflow-x-auto'; } return 'px-1.5 py-0.5 rounded bg-muted text-foreground font-mono text-sm ' + ($props.className || ''); })()"
|
|
}
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "code-content",
|
|
"bindings": {
|
|
"children": "children"
|
|
}
|
|
}
|
|
]
|
|
}
|