Skip to content

Commit

Permalink
Updated attributes in Split example
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent b4d4094 commit b27ceb8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/stories/dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,18 @@ export const Variations = () => html`
export const Split = () => html`
<cod-dropdown data-split="true">
<cod-button
data-label="Dropdown button"
data-background-color="primary"
data-primary="true"
data-img-alt=""
data-icon=""
label="Dropdown button"
background-color="primary"
primary="true"
img-alt=""
icon=""
></cod-button>
<cod-button
data-label=""
data-background-color="primary"
data-primary="true"
data-img-alt=""
data-icon=""
label=""
background-color="primary"
primary="true"
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle dropdown-toggle-split"
Expand Down

0 comments on commit b27ceb8

Please sign in to comment.