Components
LargeTextSection
Full-width statement section with large display text. Highlights strong/em elements in the primary color.
Import
import { LargeTextSection } from "@sigil-ui/components";Preview
Usage
<LargeTextSection
text={<>Ship interfaces that feel <em>alive</em> — powered by tokens, not guesswork.</>}
/>Left-aligned
<LargeTextSection
text="Design systems should be invisible infrastructure."
align="left"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | ReactNode | required | Display text content. <strong> and <em> render in primary color. |
align | "left" | "center" | "center" | Text alignment |
className | string | — | Additional CSS classes |
Plus all standard <section> HTML attributes.