TeamSection
A TeamSection component from the Sigil design system.
Import
import { TeamSection } from "@sigil-ui/components";Usage
<TeamSection>...</TeamSection>Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | — |
title | string | — | — |
description | string | — | — |
members | TeamMember[] | — | — |
columns | `3 | 4` | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-section-py | Section py |
--s-content-max | Content max |
--s-page-margin | Page margin |
--s-radius-full | Radius full |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-text | Text |