Skip to content

Section Intro

Alfred J Lin edited this page Mar 12, 2026 · 1 revision

Introduction

The section intro component is used to introduce a content section with a heading and an optional link. It is typically placed before a group of related components (such as a row of cards or a list) to provide context and a "see all" style link.

Component Structure

Props

Field Data Type Requirement Description Note
Heading Level String Required The HTML heading level for the section heading. Options: h2–h6. Defaults to h2. Choose based on the heading hierarchy of the page.
Component ID String Optional An ID for the component, useful for in-page anchor linking.

Slots

Field Data Type Requirement Description Note
Heading Text String Required The section heading text.
Link Text String Conditional The text for an optional link displayed alongside the heading. Required if Link URL is used. Typically used for "See all" or "View more" links.
Link URL String Conditional The URL for the optional link. Required if Link Text is used.

Clone this wiki locally