Guest User

Untitled

a guest
Aug 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div style={{opacity: this.state.opacity, transition: "opacity 2s ease" }}>
  2. <div className="FlexRow">
  3. <Pagination
  4. activePage={this.state.activePage}
  5. itemsCountPerPage={5}
  6. totalItemsCount={this.state.num_posts}
  7. pageRangeDisplayed={this.state.page_range}
  8. onChange={this.handlePageChange}
  9. />
  10. </div>
  11. </div>
Add Comment
Please, Sign In to add comment