You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
295 B
8 lines
295 B
6 years ago
|
import React from 'react'
|
||
|
import { storiesOf } from '@storybook/react'
|
||
|
import { QRCode } from 'components/UI'
|
||
|
|
||
|
storiesOf('Components.QR Code', module).add('QR Code', () => (
|
||
|
<QRCode value="w35x2gzfdech26tnd96xjan9yqks6cqzysxqr23s8wgz42uvfa833nhl75vxewpmsu3up7dnw5pl3nurp0tcagsl6lg5f3ty" />
|
||
|
))
|