CodeShowcaseSection
A CodeShowcaseSection component from the Sigil design system.
import { CodeShowcaseSection } from "@sigil-ui/components";
<CodeShowcaseSection>...</CodeShowcaseSection>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
title | string | — | — |
description | string | — | — |
tabs | CodeTab[] | — | — |
| CSS Variable | Purpose |
|---|
--s-section-py | Section py |
--s-content-max-narrow | Content max narrow |
--s-page-margin | Page margin |
--s-radius-card | Radius card |
--s-border | Border |
--s-surface | Surface |
--s-font-mono | Font mono |
--s-text | Text |
--s-primary | Primary |
--s-text-muted | Text muted |
--s-surface-sunken | Surface sunken |