Repository URL to install this package:
Version:
0.14.1 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { Gallery } from 'abstractions/Gallery'
const list = [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]
storiesOf('abstractions/Gallery', module)
.add('default', () => <Gallery list={list} />)