1.0.1 • Published 7 years ago
@alobato/pagination v1.0.1
Pagination
Pagination react component
Note: This is using the new React Hooks API
You'll need to install
react,react-dom, etc at^16.8.0or above
Install
yarn add @alobato/paginationUsage
import Pagination from '@alobato/pagination'
import styled from 'styled-components/macro'
...
export default styled(Pagination)`
display: flex;
justify-content: center;
...