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
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | — | Bold heading text (required) |
| sub | String | '' | Subtitle or description text |
| color | String | 'grape' | Top border color (currently unused in template) |
Slots
| Slot | Description |
|---|---|
| default | Additional content below the subtitle |