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
✖ CSS ISSUES → Post on https://github.com/Semantic-Org/Semantic-UI
✖ USAGE QUESTIONS → Use these dedicated resources: Docs - http://react.semantic-ui.com Chat - https://gitter.im/Semantic-Org/Semantic-UI-React SO - https://stackoverflow.com/questions/tagged/semantic-ui-react?sort=votes
✔ BUGS → This form is required:
Import and use the Pagination object within your code.
Shoud work.
'semantic-ui-react' does not contain an export named 'Pagination'
0.77.0
import React, { Component } from 'react'; import { Container } from 'semantic-ui-react' import { Pagination } from 'semantic-ui-react' class App extends Component { render() { return ( <Container text textAlign='center'> <Pagination defaultActivePage={1} firstItem={null} lastItem={null} pointing secondary totalPages={3} /> </Container> ) } } export default App;```
The text was updated successfully, but these errors were encountered:
Fixed in 0.77.2.
Sorry, something went wrong.
No branches or pull requests
✖ CSS ISSUES → Post on https://github.com/Semantic-Org/Semantic-UI
✖ USAGE QUESTIONS → Use these dedicated resources:
Docs - http://react.semantic-ui.com
Chat - https://gitter.im/Semantic-Org/Semantic-UI-React
SO - https://stackoverflow.com/questions/tagged/semantic-ui-react?sort=votes
✔ BUGS → This form is required:
Steps
Import and use the Pagination object within your code.
Expected Result
Shoud work.
Actual Result
'semantic-ui-react' does not contain an export named 'Pagination'
Version
0.77.0
Testcase
The text was updated successfully, but these errors were encountered: