Skip to content

Commit

Permalink
refactor(pagination): ♻️ change pagination story type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaveen authored and kodiakhq[bot] committed Jun 28, 2022
1 parent 6f93982 commit d65539f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .husky/post-checkout

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-merge

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-push

This file was deleted.

8 changes: 4 additions & 4 deletions src/pagination/stories/PaginationBasic.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ export const Default: Story = {
args: {},
};

export const DefaultPage = {
export const DefaultPage: Story = {
args: {
defaultPage: 5,
count: 10,
},
};

export const BoundaryCount = {
export const BoundaryCount: Story = {
args: {
defaultPage: 25,
count: 50,
boundaryCount: 5,
},
};

export const SibilingCount = {
export const SiblingCount: Story = {
args: {
defaultPage: 25,
count: 50,
sibilingCount: 5,
siblingCount: 5,
},
};

1 comment on commit d65539f

@vercel
Copy link

@vercel vercel bot commented on d65539f Jun 28, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

react – ./

react-timelessco.vercel.app
react-git-main-timelessco.vercel.app
adaptui-react.vercel.app

Please sign in to comment.