Sha256: 77bb72d752d46fa0f629f30fd57aa482d374ab69dace906dce9c2317e94fa752

Contents?: true

Size: 288 Bytes

Versions: 14

Compression:

Stored size: 288 Bytes

Contents

import React from 'react';

export const withCardsDecorator = storyFn => (
  <div
    style={{
      width: '100%',
      height: '100%',
      backgroundColor: '#F5F5F5',
      padding: '50px',
    }}
  >
    <div style={{ width: '300px', margin: 'auto' }}>{storyFn()}</div>
  </div>
);

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.17 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.16 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.15 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.14 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-0.9.14 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-0.9.13.1 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.13.1 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-0.9.13 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.13 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-0.9.12 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.12 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-0.9.11 webpack/stories/decorators/withCardsDecorator.js
foreman_rh_cloud-1.0.11 webpack/stories/decorators/withCardsDecorator.js