Terminal
A Terminal component from the Sigil design system.
import { Terminal } from "@sigil-ui/components";
<Terminal>Terminal content</Terminal>
| Prop | Type | Default | Description |
|---|
title | string | — | Terminal title (shown in the title bar). |
lines | string[] | — | Code/text lines to display. |
showLineNumbers | boolean | true | Show line numbers. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border | Border |
--s-border-style | Border style |
--s-background | Background |
--s-code-font-family | Code font family |
--s-surface | Surface |
--s-radius-full | Radius full |
--s-error | Error |
--s-warning | Warning |
--s-success | Success |
--s-text-muted | Text muted |
--s-text | Text |