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