Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { PaymentInformationCard } from 'presets/Subscription'
import { paymentInformationCardList } from './fixtures'
storiesOf('presets/Subscription', module)
.add('PaymentInformationCard', () => <PaymentInformationCard list={paymentInformationCardList} />
)