CodeBlock
A CodeBlock component from the Sigil design system.
import { CodeBlock } from "@sigil-ui/components";
<CodeBlock>...</CodeBlock>
| Prop | Type | Default | Description |
|---|
code | string | — | Code content. |
language | string | — | Language label. |
showLineNumbers | boolean | true | Show line numbers. |
fileName | string | — | File name to display. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border | Border |
--s-border-style | Border style |
--s-code-bg | Code bg |
--s-background | Background |
--s-code-font-family | Code font family |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-text | Text |
--s-duration-fast | Duration fast |
--s-radius-sm | Radius sm |