-
Notifications
You must be signed in to change notification settings - Fork 152
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
How do I style the dots at the bottom? #24
Comments
Quoting from #23
In this case you can use the |
Thanks for the response. If I apply styles to those public classes, inline critical css will not be generated for it which is an important requirement for my project. For styled-components declared css, critcal css is automatically generated. |
Not sure i understand your issue, can you post an example in codesandbox? |
any update? @sag1v |
Its just a component, you can render anything and style it as you wish. |
yeah i know, but i don't know how to style the dots at the bottom while its inactive or active |
You can use the classes
see a sandbox example |
thanks its work! @sag1v |
@ec2ainun When you use The example of renderPagination in the docs show this exact case. In this example the Square component is created using |
I am trying to use renderPagination, but I will have to pass a whole new component.
I only want to change the styles of the dots at the bottom. Any way to do that or can you introduce new props?
The text was updated successfully, but these errors were encountered: