code-block-demo
jolyui-ui/code-block-demoFreeExample
jolyui/ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by jolyui/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://jolyui.dev/r/code-block-demo.jsonSource
1import { CodeBlock } from "@/registry/default/ui/code-block";23const code = `import React from "react";45function HelloWorld() {6 return (7 <div className="p-4 rounded-lg bg-primary text-primary-foreground">8 <h1>Hello, World!</h1>9 <p>This is a simple React component.</p>10 </div>11 );12}1314export default HelloWorld;`;1516export default function CodeBlockDemo() {17 return (18 <div className="w-full max-w-3xl">19 <CodeBlock20 code={code}21 language="tsx"22 title="HelloWorld.tsx"23 highlightLines={[6]}24 />25 </div>26 );27}
What it pulls in
Other registry items
Files it writes
More from jolyui/ui
All 199 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-prompt-box-demoai-prompt-box-demo | jolyui/ui | Examples | Free | no deps | |
| ai-prompt-box-loading-demoai-prompt-box-loading-demo | jolyui/ui | Examples | Free | no deps | |
| animated-beam-bidirectional-demoanimated-beam-bidirectional-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-curved-demoanimated-beam-curved-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-demoanimated-beam-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-multiple-demoanimated-beam-multiple-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-table-basic-demoanimated-table-basic-demo | jolyui/ui | Examples | Free | no deps | |
| animated-table-column-demoanimated-table-column-demo | jolyui/ui | Examples | Free | no deps |
