javascript
1const x = 42;
Code Block
SocialSyntax highlighted code block
codesyntaxhighlight
Installation
$
Usage
tsx
import { CodeBlock } from "@/components/nonaxial/code-block"
export default function Example() {
return (
<CodeBlock>{/* Your content here */}</CodeBlock>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |