Skip to content

Commit

Permalink
Update storybook story
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Aug 23, 2023
1 parent 0cdbb13 commit a3bd998
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/js/components/CleanUpButton/CleanUpButton.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export default {
},
},
onClick: { action: 'Click button' },
className: {
control: 'text',
description: 'CSS classes',
table: {
type: { summary: 'string' },
},
},
},
};

Expand All @@ -26,3 +33,10 @@ export const Cleaning = {
cleaning: true,
},
};

export const NoOutline = {
args: {
...Default.args,
className: 'border-none shadow-none',
},
};

0 comments on commit a3bd998

Please sign in to comment.