Skip to content

Commit

Permalink
perf(accordion): update doc accordion attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Jan 21, 2024
1 parent 04f3f15 commit 6b7b9e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ By default `<img>` elements are `inline` elements and will add a few pixels of s
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
Expand All @@ -49,7 +49,7 @@ For the call-to-action button, see in the example code that it is required to se
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/billboardSeries.html) -->
Expand All @@ -66,7 +66,7 @@ The following example illustrates an option to left align the text `alignLeft` a
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/billboardSeriesLeft.html) -->
Expand All @@ -83,7 +83,7 @@ The following example illustrates a `<auro-banner`> custom element with the `her
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/hero.html) -->
Expand All @@ -100,7 +100,7 @@ The following example illustrates a `<auro-banner>` custom element with the `ico
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/iconic.html) -->
Expand All @@ -117,7 +117,7 @@ The following example illustrates a `<auro-banner>` custom element with the `mar
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/marquee.html) -->
Expand All @@ -134,7 +134,7 @@ The following example illustrates a `<auro-banner>` custom element with the `mar
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/marqueeSolid.html) -->
Expand All @@ -151,7 +151,7 @@ The following example illustrates a `<auro-banner>` custom element with the `rou
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/roundedBorder.html) -->
Expand Down
4 changes: 2 additions & 2 deletions docs/partials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `<auro-banner>` component must be used in conjunction with one of the follow
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
Expand All @@ -60,7 +60,7 @@ This will create a new custom element that you can use in your HTML that will fu
<!-- AURO-GENERATED-CONTENT:END -->
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/custom.html) -->
Expand Down

0 comments on commit 6b7b9e5

Please sign in to comment.