Skip to content

Commit

Permalink
πŸ’… style: μŠ€ν† λ¦¬λΆ μˆ˜μ •μ‚¬ν•­ 반영 #30
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 18, 2024
1 parent 7b3f3f8 commit 641c2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Pagination/Pagination.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const meta: Meta<typeof Pagination> = {
component: Pagination,
parameters: {
layout: "centered",
controls: { include: ["currentPage"] },
},
argTypes: {
currentPage: {
Expand All @@ -28,7 +29,7 @@ export const Default: Story = {
render: (args) => {
return (
<div className="flex h-auto w-[500px] justify-center">
<Pagination {...args} />
<Pagination {...args} totalPage={3} currentPath="/" />
</div>
);
},
Expand Down

0 comments on commit 641c2e4

Please sign in to comment.