Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { styled } from 'styleh-components'
import IFrame from 'atoms/IFrame'
storiesOf('atoms/IFrame', module).add('iframe', () => (
<IFrame src="https://docs.google.com/document/d/1NAAXNhCi_lbc1UqnfVNw9qJrtDlYOmq3395lhzJALkE/edit" />
))