ProseCheck
components/prose/Check.vue
Feature item with a checkmark icon, title, and description.
Zero Code Changes
Deploy without modifying a single line of application code.
components/prose/Check.vue
Usage
<ProseCheck
title = "—"
description = "—"
>
Content here
</ProseCheck>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | — | Feature heading (required) |
| description | String | '' | Feature description text |
Slots
| Slot | Description |
|---|---|
| default | Additional content below the description |