Skip to content

Commit

Permalink
test chromatic diff; remove story
Browse files Browse the repository at this point in the history
  • Loading branch information
willmartian committed Aug 14, 2024
1 parent 295fb8f commit c06eb05
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions libs/components/src/button/button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,3 @@ export const DisabledWithAttribute: Story = {
loading: false,
},
};

export const Block: Story = {
render: (args: ButtonComponent) => ({
props: args,
template: `
<span class="tw-flex">
<button bitButton [buttonType]="buttonType" [block]="block">[block]="true" Button</button>
<a bitButton [buttonType]="buttonType" [block]="block" href="#" class="tw-ml-2">[block]="true" Link</a>
<button bitButton [buttonType]="buttonType" block class="tw-ml-2">block Button</button>
<a bitButton [buttonType]="buttonType" block href="#" class="tw-ml-2">block Link</a>
</span>
`,
}),
args: {
block: true,
},
};

0 comments on commit c06eb05

Please sign in to comment.