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.

components/prose/SectionHeadline.vue

Usage

<ProseSectionHeadline title = "—" description = "—" :border = "false" eyebrow = "—" eyebrowClasses = "text-grape-600" > 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

Slots

SlotDescription
defaultAdditional content below the description

Related