Footercomponent
Footer({ as: Element = "section", children, ...variants }: SectionProps): ReactElement| Param | Type | |
|---|---|---|
variants | SectionProps | Props for Section and its semantic siblings — colour, space, typography, and width variants plus an optional as element override. required |
.as | BlockElement | Element this <Section> renders as, e.g. "header" to output a "<header>" Defaults to "section" |
| Return | |
|---|---|
ReactElement | Rendered <footer> element. |
<footer> block with section-level spacing.
Examples
<Footer><Small>© 2026</Small></Footer>