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

PropTypeDefaultDescription
titleStringFeature heading (required)
descriptionString''Feature description text

Slots

SlotDescription
defaultAdditional content below the description

Related