Skip to content

Commit

Permalink
Updated attributes in Mixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent 6b10e19 commit b02eb59
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/stories/buttongroup.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ export const Basic = () => html`
export const Mixed = () => html`
<cod-button-group data-type="group" data-label="basic example">
<cod-button
data-label="Left"
data-background-color="primary"
data-primary="true"
data-img-alt=""
data-icon=""
label="Left"
background-color="primary"
primary="true"
img-alt=""
icon=""
></cod-button>
<cod-button
data-label="Middle"
data-background-color="warning"
data-primary="true"
data-img-alt=""
data-icon=""
label="Middle"
background-color="warning"
primary="true"
img-alt=""
icon=""
></cod-button>
<cod-button
data-label="Right"
data-background-color="danger"
data-primary="true"
data-img-alt=""
data-icon=""
label="Right"
background-color="danger"
primary="true"
img-alt=""
icon=""
></cod-button>
</cod-button-group>
`;
Expand Down

0 comments on commit b02eb59

Please sign in to comment.