Themes
- Default
- Catppuccin
- Dracula
- High Contrast
- High Contrast Light
- Monokai
- Nord
- One Dark
- Solarized
- Tokyo Night
- AMOLED
- Aura
- Ayu
- Carbonfox
- Catppuccin Frappe
- Catppuccin Macchiato
- Cobalt2
- Cursor
- Everforest
- Flexoki
- GitHub
- Gruvbox
- Kanagawa
- Lucent Orng
- Material
- Matrix
- Mercury
- Night Owl
- OC-2
- One Dark Pro
- OpenCode
- Orng
- Osaka Jade
- Palenight
- Rose Pine
- Shades of Purple
- Synthwave '84
- Vercel
- Vesper
- Zenburn
Utility
AI
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
| Prop | Type | Default |
|---|---|---|
children | string | required |
language | string | - |
inline | boolean | false |
borderStyle | "single" | "double" | "round" | "bold" | "singleDouble" | "doubleSingle" | "classic" | "single" |
showLineNumbers | boolean | true |
lineNumberSeparator | string | "│ " |
keywordColor | string | - |
stringColor | string | - |
numberColor | string | - |
commentColor | string | - |
operatorColor | string | - |
plainColor | string | - |