473
Sponsor

Code

Syntax-highlighted code block (50+ languages)

Terminal
code-demo
No opentui live preview is registered for this example yet.

Installation

$ pnpm dlx shadcn@latest add @termcn/code

Usage

import { Code } from "@/components/ui/code";
<Code language="typescript">
  {`const greeting = "Hello, world!";\nconsole.log(greeting);`}
</Code>

Examples

Multiline

Terminal
code-multiline
No opentui live preview is registered for this example yet.

API Reference

Code

PropTypeDefault
childrenstringrequired
languagestring-
inlinebooleanfalse
borderStyle"single" | "double" | "round" | "bold" | "singleDouble" | "doubleSingle" | "classic""single"
showLineNumbersbooleantrue
lineNumberSeparatorstring"│ "
keywordColorstring-
stringColorstring-
numberColorstring-
commentColorstring-
operatorColorstring-
plainColorstring-