Skip to content

Commit

Permalink
fix: story in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed Feb 12, 2024
1 parent 5cf843e commit e4e89b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/pagination/README.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Canvas, Meta } from '@storybook/blocks';
import { Canvas, Meta, DocsContainer, Story } from '@storybook/blocks';

import * as PaginationStories from './src/pagination.stories';

Expand Down Expand Up @@ -49,3 +49,7 @@ const Example = () => {

export default Example;
```

<Canvas>
<Story of={PaginationStories.Default} height="100vh" />
</Canvas>

0 comments on commit e4e89b9

Please sign in to comment.