Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Parameters

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