Skip to content

Commit

Permalink
Merge pull request #84 from jedgar1mx/feature.83
Browse files Browse the repository at this point in the history
Adding story to show how to use extra classes.
  • Loading branch information
jedgar1mx authored Aug 29, 2023
2 parents dc37cb0 + e015214 commit 31726d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/stories/button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ Secondary.args = {
label: 'Secondary',
};

export const Extras = Template.bind({});
Extras.args = {
primary: false,
label: 'Extras',
extraClasses: 'w-100'
};

export const Link = Template.bind({});
Link.args = {
primary: false,
Expand Down

0 comments on commit 31726d8

Please sign in to comment.