Skip to content

Commit

Permalink
fix(): improve notification toast and snackbar stories
Browse files Browse the repository at this point in the history
  • Loading branch information
nobilo committed Oct 6, 2022
1 parent 9cf44e7 commit 5d684ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Basic.args = {
color: 'info',
icon: 'info-circle',
}
Basic.parameters = { ...component.sourceCode(Basic) }
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export const Basic = Template.bind({})
Basic.args = {
color: 'warning',
}
Basic.parameters = { ...component.sourceCode(Basic) }

0 comments on commit 5d684ca

Please sign in to comment.