Skip to content

Commit

Permalink
🔧 documentação pm-basic-card
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Dec 20, 2021
1 parent 0901a31 commit a0c9af0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {BasicCardComponent} from './basic-card.component';
import {Meta} from '@storybook/angular/types-6-0';
import {Story} from '@storybook/angular';
import {Sizes} from '../../../models/sizes';

export default {
title: 'Prisma/Stories/BasicCard',
Expand All @@ -11,12 +12,18 @@ export const Template: Story<BasicCardComponent> = (args) => ({
props: args,
template: `
<pm-basic-card
[hoverable]="hoverable"
[borderRadius]="borderRadius"
[paddingClass]="paddingClass"
>
</pm-basic-card>
`
});

export const defaultArgs = {
hoverable: false,
borderRadius: Sizes.md,
paddingClass: 'p-3'
};

export const DefaultBasicCard = Template.bind({});
Expand Down

1 comment on commit a0c9af0

@vercel
Copy link

@vercel vercel bot commented on a0c9af0 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.