Skip to content

Commit

Permalink
Updates demo tab of the Support list component
Browse files Browse the repository at this point in the history
  • Loading branch information
oisa committed Sep 5, 2024
1 parent fa5d410 commit 25103cd
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions src/components/support-list/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,34 @@ model:
list-3: ../../components/support-list/json/support-list-3.json
---

<h3>Masterbrand descriptors</h3>
<h2>Masterbrand descriptors with waratah</h2>
<div class="nsw-grid nsw-p-sm nsw-m-bottom-xs">
<div class="nsw-col-sm-8">
<p><i>for Endorsed, Independent and Standalone brand websites</i></p>
<p>When the NSW Government Waratah logo is not already included in the header and NSW Government agencies have provided support, the waratah logo is the first element in the support section.</p>
</div>
</div>
{{#>_docs-example}}
{{>_support-list model.list-1 includeWaratah="true"}}
{{/_docs-example}}

<h3>Masterbrand descriptors with label</h3>
<h2>Masterbrand descriptors with heading</h2>
<div class="nsw-grid nsw-p-sm nsw-m-bottom-xs">
<div class="nsw-col-sm-8">
<p><i>for Masterbrand or Co-brand brand websites</i></p>
<p>When the NSW Government waratah logo is already included in the header, and NSW Government agencies have provided support, use “NSW government” descriptor heading instead as the first element in support section.</p>
</div>
</div>
{{#>_docs-example}}
{{>_support-list model.list-2 }}
{{>_support-list model.list-2}}
{{/_docs-example}}

<h3>Support logos</h3>
<h2>Support logos without descriptors</h2>
<div class="nsw-grid nsw-p-sm nsw-m-bottom-xs">
<div class="nsw-col-sm-8">
<p>When the NSW Government Waratah logo is not already included in the header and the NSW Government have provided support, the waratah logo is the first element in the support section.</p>
</div>
</div>
{{#>_docs-example}}
{{>_support-list model.list-3 includeWaratah="true" }}
{{>_support-list model.list-3 includeWaratah="true"}}
{{/_docs-example}}

0 comments on commit 25103cd

Please sign in to comment.