Module

x/fresh/www/components/CodeBlock.tsx>CodeBlock

The next-gen web framework.
Extremely Popular
Go to Latest
function CodeBlock
import { CodeBlock } from "https://dotland.deno.dev/x/fresh@1.7.1/www/components/CodeBlock.tsx";

Parameters

unnamed 0: { code: string; lang:
| "js"
| "ts"
| "jsx"
| "md"
| "bash"
; }