Skip to content

Commit

Permalink
GSA#143 updated example component and included notes for developers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Sep 1, 2022
1 parent 5f5c45e commit 3bdba74
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
implements="forceCommunity:availableForAllPageTypes"
access="global"
>
<!-- uswdsSummaryBox utilizes component facets https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_facets.htm. Idea being that the component wraps your content and specific sections are set with <aura:set> markup.
<c:uswdsSummaryBox>
<aura:set attribute="heading">{{content}}</aura:set>
<aura:set attribute="body">{{content}}</aura:set>
</c:uswdsSummaryBox>
-->
<h1>Summary Box Example</h1>
<c:uswdsSummaryBox>
<aura:set attribute="heading">Hello</aura:set>
<aura:set attribute="heading">Key Information</aura:set>
<aura:set attribute="body">
<ul class="usa-list">
<li>
Expand Down

0 comments on commit 3bdba74

Please sign in to comment.