Skip to content

Commit

Permalink
Updated extra-classes attribute in Basic, Variations and Split examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent b27ceb8 commit 67fb47f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/stories/dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Basic = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -54,7 +54,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -73,7 +73,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -92,7 +92,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -111,7 +111,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -130,7 +130,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand All @@ -149,7 +149,7 @@ export const Variations = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand Down Expand Up @@ -178,7 +178,7 @@ export const Split = () => html`
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle dropdown-toggle-split"
extra-classes="dropdown-toggle dropdown-toggle-split"
>
<span class="visually-hidden">Toggle Dropdown</span>
</cod-button>
Expand Down

0 comments on commit 67fb47f

Please sign in to comment.