n
nonaxial
Components
197/207
javascript
1const x = 42;

Code Block

Social

Syntax highlighted code block

codesyntaxhighlight

Installation

$
npx shadcn@latest add https://nonaxial.com/r/code-block.json

Usage

tsx
import { CodeBlock } from "@/components/nonaxial/code-block"

export default function Example() {
  return (
    <CodeBlock>{/* Your content here */}</CodeBlock>
  )
}

Props

PropTypeDefault
childrenReactNode
classNamestring