Skip to content

Commit

Permalink
chore: adjust story
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 committed Jan 7, 2025
1 parent 7061342 commit c81890b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/banner/banner.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,19 @@ A simple banner component meant to be used to _inform_ the user of promotional c
parameters={{ docs: { source: { type: 'code' } } }}
argTypes={{
type: {
options: ['info', 'error'],
options: [
'neutral',
'info',
'upgrade',
'experiment',
'warning',
'error',
'success',
],
control: { type: 'inline-radio' },
defaultValue: 'info',
},
image: { control: false },
icon: { control: false },
title: {
control: { type: 'text' },
Expand Down

0 comments on commit c81890b

Please sign in to comment.