We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://material-ui.com/api/pagination-item/
Shouldn't that be MuiPaginationItem instead of PaginationItem, to be consistent with every other component?
MuiPaginationItem
PaginationItem
If so, is it just the docs that are incorrect, or the implementation?
On the off chance that PaginationItem is correct, is that also the key to use in theme props, or should MuiPaginationItem be used there?
The text was updated successfully, but these errors were encountered:
Implementation wasn't correct.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://material-ui.com/api/pagination-item/
Shouldn't that be
MuiPaginationItem
instead ofPaginationItem
, to be consistent with every other component?If so, is it just the docs that are incorrect, or the implementation?
On the off chance that
PaginationItem
is correct, is that also the key to use in theme props, or shouldMuiPaginationItem
be used there?The text was updated successfully, but these errors were encountered: