0.0.7 • Published 5 years ago

@c8s/pager v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@c8s/pager

github npm:version typescript license browserslist code style:prettier

Usage

/**
 * As to prepare of using the `Pager`
 * 
 * ```bash
 * yarn add @c8s/pager react @types/react styled-components @types/styled-components
 * ```
 */
import Pager from '@c8s/pager';
/**
 * This should use with `@c8s/theme`.
 * 
 * ```bash
 * yarn add @c8s/theme
 * ```
 */
import {Theme, theme} from '@c8s/theme';

Example

() => (
  <Theme theme={theme}>
    {/* ... */}
      <Pager>
      </Pager>
    {/* ... */}
  </Theme>
);

Contributors

Thanks goes to these wonderful people (emoji key):

純📖Aki-Japan📖

This project follows the all-contributors specification. Contributions of any kind welcome!