import * as React from 'react' import { storiesOf } from '@storybook/react' import centered from '@storybook/addon-centered/react' import { Pagination } from './Pagination' storiesOf('Pagination', module) .addDecorator(centered) .add('5 pages', () => ( )) .add('1000 pages', () => ( ))