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