Sha256: 8a68f3bcab16a96b58d9afa6d1027fd2992072b113d4a9a293e8ecd4761f01ab

Contents?: true

Size: 521 Bytes

Versions: 43

Compression:

Stored size: 521 Bytes

Contents

import React from 'react';
import { storiesOf } from '@storybook/react';
import { withKnobs } from '@storybook/addon-knobs';
import { Provider } from 'react-redux';
import configureStore from '../../../stories/configureStore';
import AccountList from './AccountList';

const store = configureStore();

storiesOf('Account list', module)
  .addDecorator(withKnobs)
  .add('Account list', () => (
    <div style={{ margin: '20px' }}>
      <Provider store={store}>
        <AccountList />
      </Provider>
    </div>
  ));

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-1.0.7 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-0.9.6 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-1.0.6 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-0.9.5 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-1.0.5 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-0.9.0 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.0 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/Components/AccountList/AccountList.stories.js