ComparisonSection
A ComparisonSection component from the Sigil design system.
import { ComparisonSection } from "@sigil-ui/components";
<ComparisonSection>...</ComparisonSection>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
title | string | — | — |
description | string | — | — |
usLabel | string | — | — |
themLabel | string | — | — |
features | ComparisonFeature[] | — | — |
| CSS Variable | Purpose |
|---|
--s-text | Text |
--s-success | Success |
--s-text-subtle | Text subtle |
--s-section-py | Section py |
--s-content-max-narrow | Content max narrow |
--s-page-margin | Page margin |
--s-border | Border |
--s-radius-card | Radius card |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-border-muted | Border muted |
--s-background | Background |