-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(web-react): Uncontrolled Pagination component #1103
Conversation
✅ Deploy Preview for spirit-design-system-demo canceled.
|
✅ Deploy Preview for spirit-design-system-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
5bae716
to
4e671af
Compare
8e198f9
to
8551772
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 7139642. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-validations canceled.
|
packages/web-react/src/components/Pagination/__tests__/UncontrolledPagination.test.tsx
Outdated
Show resolved
Hide resolved
Discussed the suggestion offline with @crishpeen and refactored it. |
cc851d2
to
718ca08
Compare
packages/web-react/src/components/Pagination/UncontrolledPagination.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Pagination/UncontrolledPagination.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Pagination/__tests__/UncontrolledPagination.test.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Pagination/stories/UncontrolledPagination.stories.tsx
Outdated
Show resolved
Hide resolved
a203f34
to
7139642
Compare
Description
I am introducing a new Pagination component.
Additional context
Based on #738
Issue reference
Before submitting the PR, please make sure you do the following
fixes #123
).