Skip to content

Commit

Permalink
docs(Skeleton): default story is not visible (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
aulian0v authored Oct 3, 2023
1 parent 5bdfa75 commit 2693269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Skeleton/__stories__/Skeleton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ export default {
const DefaultTemplate: StoryFn<SkeletonProps> = (args) => <Skeleton {...args} />;
export const Default = DefaultTemplate.bind({});

Default.args = {
style: {height: 30},
};

const ShowcaseTemplate: StoryFn = () => <SkeletonShowcase />;
export const Showcase = ShowcaseTemplate.bind({});

0 comments on commit 2693269

Please sign in to comment.