Skip to content

Commit

Permalink
fix: Pagination: show entire component in Story (#237)
Browse files Browse the repository at this point in the history
closes #236
  • Loading branch information
joduplessis authored Jun 2, 2024
1 parent 035ee3c commit d3fa8ad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/core/src/pagination/pagination.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ export const Usage = () => {
<View
p="1rem 0"
width="100%"
className="f-overflow-x-auto"
row
justifyContent="flex-start">
style={{ maxWidth: 600, overflow: 'scroll' }}>
<Pagination
width={500}
width="100%"
pageSize={5}
totalCount={1023}
totalCount={100}
currentPage={page}
siblingCount={4}
separator="..."
Expand Down

0 comments on commit d3fa8ad

Please sign in to comment.