ProsePoint

components/prose/Point.vue

Alternating text-and-image section with multiple layout options. The workhorse for product feature sections.

Real-Time Visibility

See every API call, data flow, and third-party connection as it happens. No sampling, no delays — just instant insight into your encrypted traffic.

Real-Time Visibility
components/prose/Point.vue

Usage

<ProsePoint title = "—" description = "—" image = "null" :images = "images" link = "null" linkText = "null" :screenshot = "false" layout = "[..][++]" />

Props

PropTypeDefaultDescription
titleStringFeature heading (required)
descriptionStringFeature body text (required)
imageStringnullSingle image URL
imagesArrayundefinedArray of image URLs for auto-cycling carousel
linkStringnullOptional learn-more link URL
linkTextStringnullCustom link text (defaults to "Learn more about {title}")
screenshotBooleanfalseAdds screenshot styling to the image
layoutString'[..][++]'Layout variant: [..][++], [++][..], [.][+++], [+++][.], [++++]

Related