ProsePointSimple
components/prose/PointSimple.vue
Compact content block with a colored top border, title, and subtitle. Like BigPoint but with smaller text.
Zero Code Changes
Deploy without modifying a single line of application code or build pipeline.
components/prose/PointSimple.vue
Usage
<ProsePointSimple
title = "—"
sub = "—"
color = "grape"
>
Content here
</ProsePointSimple>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | '' | Block heading |
| sub | String | '' | Subtitle or description text |
| color | String | 'grape' | Top border color |
Slots
| Slot | Description |
|---|---|
| default | Additional content below the subtitle |