Skip to content

Commit

Permalink
fix(docs): use latest accordion API #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jan 9, 2024
1 parent 9fffb1b commit 4d33a78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following example illustrates the `auro-background` custom element using onl
</auro-background>
</div>

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

```html
Expand Down Expand Up @@ -58,7 +58,7 @@ Inset values may also be declared following the same rules as `inset` for each b
</auro-background>
</div>

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

```html
Expand Down Expand Up @@ -86,7 +86,7 @@ The `height` and `width` properties can be used to set custom dimensions. Additi
</auro-background>
</div>

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

```html
Expand Down Expand Up @@ -118,7 +118,7 @@ You may specify different `bg` values for each breakpoint using the `bgSm`, `bgM
</auro-background>
</div>

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

```html
Expand Down Expand Up @@ -157,7 +157,7 @@ You may specify different `bg` values for each breakpoint using the `bgSm`, `bgM
</auro-background>
</div>

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

```html
Expand Down Expand Up @@ -190,7 +190,7 @@ You may specify different `bg` values for each breakpoint using the `bgSm`, `bgM
</auro-background>
</div>

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

```html
Expand Down

0 comments on commit 4d33a78

Please sign in to comment.