ProseBigPoint

components/prose/BigPoint.vue

Highlighted content block with a grape top border, bold title, and optional subtitle. Ideal for key value propositions.

Real-Time Visibility

See every API call, data flow, and third-party connection as it happens.

components/prose/BigPoint.vue

Usage

<ProseBigPoint title = "—" sub = "—" color = "grape" > Content here </ProseBigPoint>

Props

PropTypeDefaultDescription
titleStringBold heading text (required)
subString''Subtitle or description text
colorString'grape'Top border color (currently unused in template)

Slots

SlotDescription
defaultAdditional content below the subtitle

Related