Pretty-printed JSON object with sky keys, emerald strings, and amber numerics.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Code7 } from "@/components/beste/piece/code7";
<Code7
entries={[
{
"key": "name",
"value": "Beste"
},
{
"key": "version",
"value": "1.0.0"
},
{
"key": "active",
"value": true
},
{
"key": "count",
"value": 42
},
{
"key": "owner",
"value": null
}
]}
/>