fix: added progress bar wrapper and handling of loading type according to button props
This commit is contained in:
committed by
Simon Emanuelsson
parent
32ce7d819b
commit
29abc3cba6
@@ -157,6 +157,13 @@ export const SecondaryDisabled: Story = {
|
||||
},
|
||||
}
|
||||
|
||||
export const SecondaryLoading: Story = {
|
||||
args: {
|
||||
...SecondaryDefault.args,
|
||||
isPending: true,
|
||||
},
|
||||
}
|
||||
|
||||
export const SecondaryLarge: Story = {
|
||||
args: {
|
||||
...SecondaryDefault.args,
|
||||
|
||||
Reference in New Issue
Block a user