CodeBlock

CodeBlock MDX component

Not VerifiedComponent1 file
razi-style

Preview

Install

npx shadcn add https://www.razisyed.cv/r/mdx-code-block

Usage

import { CodeBlock } from "@/components/mdx/CodeBlock";

export default function Example() {
  return <CodeBlock />;
}

Source

Loading source...
razi's registry