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.
components/prose/Point.vue
Usage
<ProsePoint
title = "—"
description = "—"
image = "null"
:images = "images"
link = "null"
linkText = "null"
:screenshot = "false"
layout = "[..][++]"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | — | Feature heading (required) |
| description | String | — | Feature body text (required) |
| image | String | null | Single image URL |
| images | Array | undefined | Array of image URLs for auto-cycling carousel |
| link | String | null | Optional learn-more link URL |
| linkText | String | null | Custom link text (defaults to "Learn more about {title}") |
| screenshot | Boolean | false | Adds screenshot styling to the image |
| layout | String | '[..][++]' | Layout variant: [..][++], [++][..], [.][+++], [+++][.], [++++] |