ProseSectionHeadline

components/prose/SectionHeadline.vue

Section header with optional eyebrow, title, description, and a slot for extra content. Used to introduce major page sections.

Platform

How Qpoint Works

Deploy in minutes. See every connection. Control your data.

Scenarios

How auto-import works

Doc scale — the quiet text-28 heading used to open documentation sections.

components/prose/SectionHeadline.vue

Usage

<ProseSectionHeadline title = "—" description = "—" :border = "false" eyebrow = "—" eyebrowClasses = "text-grape-600" size = "display" > Content here </ProseSectionHeadline>

Props

PropTypeDefaultDescription
titleStringSection title (required)
descriptionString''Subtitle or description text below the title
borderBooleanfalseAdds a bottom border below the title
eyebrowString''Small text above the title
eyebrowClassesString'text-grape-600'Tailwind classes for the eyebrow text
sizeString'display'display (marketing scale) or doc (documentation section scale)

Slots

SlotDescription
defaultAdditional content below the description

Related

Qpoint Brand Style Guide