FAQSection
A FAQSection component from the Sigil design system.
Import
import { FAQSection } from "@sigil-ui/components";Usage
<FAQSection>...</FAQSection>Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | — |
title | string | — | — |
description | string | — | — |
items | FAQItem[] | — | — |
columns | `1 | 2` | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-section-py | Section py |
--s-content-max | Content max |
--s-page-margin | Page margin |
--s-border | Border |
--s-text | Text |
--s-text-muted | Text muted |
--s-duration-fast | Duration fast |