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
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | '' | Section heading above the steps |
| columns | Number | null | Number of grid columns. Null defaults to flex layout. |
Slots
| Slot | Description |
|---|---|
| default | Step or Check components |