up storybook paths
This commit is contained in:
parent
54d044ad9a
commit
a3c818ef83
2 changed files with 54 additions and 54 deletions
|
@ -33,12 +33,12 @@ type Story = StoryObj<MainButton>;
|
|||
// More on writing stories with args: https://storybook.js.org/docs/angular/writing-stories/args
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
label: 'Call to action',
|
||||
label: "Large",
|
||||
kind: 'primary',
|
||||
size: '',
|
||||
disabled: false,
|
||||
divider: true,
|
||||
icon: 'arrow-right-line',
|
||||
divider: false,
|
||||
icon: "",
|
||||
inconPosition: 'right',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue