ProseStepWrapper

components/prose/StepWrapper.vue

Container for Step components with a title and configurable column layout. Adds a hairline border below the title.

How It Works

1.

Deploy

Install with a single command.

2.

Discover

Automatically find every connection.

3.

Control

Set policies and enforce them.

components/prose/StepWrapper.vue

Usage

<ProseStepWrapper title = "—" :columns = "columns" > Content here </ProseStepWrapper>

Props

PropTypeDefaultDescription
titleString''Section heading above the steps
columnsNumbernullNumber of grid columns. Null defaults to flex layout.

Slots

SlotDescription
defaultStep or Check components

Related