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

PropTypeDefaultDescription
titleString''Block heading
subString''Subtitle or description text
colorString'grape'Top border color

Slots

SlotDescription
defaultAdditional content below the subtitle

Related