<BroadsideFlow>
broadsideTimelinePresentation
Horizontal numbered process steps.
When to use: Method / how-it-works.
Preview
| Prop | Type | Notes |
|---|---|---|
| chromeLeft | string | Optional. Top chrome left. |
| chromeRight | string | Optional. Top chrome right. |
| title | string | Optional. Headline. |
| steps | array | Required. [{ number, title, description? }]. |
| footLeft | string | Optional. Footer left. |
| footRight | string | Optional. Footer right. |
Examples
<BroadsideFlow title="how it works" steps={[{ number: "01", title: "Discover", description: "Talk to users." }, { number: "02", title: "Define", description: "One hypothesis." }]} />