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