UNPKG

@centreon/react-components

Version:
13 lines (10 loc) 352 B
/* eslint-disable react/jsx-filename-extension */ /* eslint-disable import/no-extraneous-dependencies */ import React from 'react'; import { storiesOf } from '@storybook/react'; import { Pagination } from '../src'; storiesOf('Pagination', module).add( 'Pagination - with numbers', () => <Pagination />, { notes: 'A very simple component' }, );