2022-06-02 20:40:17 +00:00
|
|
|
<div class="wizard-section {{@class}}">
|
2018-08-28 05:03:55 +00:00
|
|
|
<h2 class="title is-6">
|
2022-06-02 20:40:17 +00:00
|
|
|
{{#if @headerIcon}}
|
|
|
|
<Icon @name={{@headerIcon}} aria-hidden="true" />
|
2018-08-28 05:03:55 +00:00
|
|
|
{{/if}}
|
2022-06-02 20:40:17 +00:00
|
|
|
{{@headerText}}
|
2018-08-28 05:03:55 +00:00
|
|
|
</h2>
|
|
|
|
{{yield}}
|
2022-06-02 20:40:17 +00:00
|
|
|
{{#if @instructions}}
|
2018-08-29 23:16:50 +00:00
|
|
|
<div class="wizard-instructions">
|
|
|
|
<h2 class="title is-6">What to do</h2>
|
2022-06-02 20:40:17 +00:00
|
|
|
<p>{{@instructions}}</p>
|
2018-08-29 23:16:50 +00:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
2022-06-02 20:40:17 +00:00
|
|
|
{{#if @docText}}
|
|
|
|
<DocLink @path={{@docPath}}>
|
2021-12-17 03:44:29 +00:00
|
|
|
<Icon @name="learn-link" />
|
2022-06-02 20:40:17 +00:00
|
|
|
{{@docText}}
|
2018-08-28 05:03:55 +00:00
|
|
|
</DocLink>
|
|
|
|
{{/if}}
|
2021-12-17 03:44:29 +00:00
|
|
|
</div>
|