Pagination's page
property conflicts with page
CSS attribute.
#1009
Closed
AlphaNecron
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Hi @AlphaNecron, I'd recommend using a styling solution that avoids this problem or allows you to define a Chakra UI and Panda CSS allows you do this, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Feature request
Pagination's
page
property is overshadowed by CSS attribute.🧱 Problem Statement / Justification
Pagination's
page
property will not work when using with styling libraries aspage
value will be passed topage
CSS attribute instead ofpage
property.✅ Proposed solution or API
Replace
page
property with eithercurrentPage
oractivePage
to ensure compatibility with other styling libraries.Beta Was this translation helpful? Give feedback.
All reactions