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

Pagination not exported? #2477

Closed
romu70 opened this issue Feb 1, 2018 · 1 comment
Closed

Pagination not exported? #2477

romu70 opened this issue Feb 1, 2018 · 1 comment

Comments

@romu70
Copy link

romu70 commented Feb 1, 2018

✖ 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

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;```
@romu70
Copy link
Author

romu70 commented Feb 1, 2018

Fixed in 0.77.2.

@romu70 romu70 closed this as completed Feb 1, 2018
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

No branches or pull requests

1 participant