Skip to content
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(Pagination): add className prop #803

Merged
merged 8 commits into from
Aug 2, 2023
Merged

feat(Pagination): add className prop #803

merged 8 commits into from
Aug 2, 2023

Conversation

js2me
Copy link
Contributor

@js2me js2me commented Jul 7, 2023

No description provided.

@js2me js2me requested a review from jhoncool as a code owner July 7, 2023 21:11
@@ -91,7 +92,7 @@ export const Pagination = ({
.filter(Boolean);

return (
<div className={b()}>
<div className={b('', {}, className)}>
Copy link
Contributor

Choose a reason for hiding this comment

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

b(null, className)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@amje fixed

@amje amje changed the title feat: add className for Pagination component feat(Pagination): add className prop Jul 14, 2023
@js2me js2me requested a review from amje July 17, 2023 09:09
@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@amje amje merged commit b0cc6cd into gravity-ui:main Aug 2, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants