Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / stories / atoms / IFrame.story.tsx
Size: Mime:
import React from 'react'
import { storiesOf } from '@storybook/react'
import { styled } from 'view-container'
import IFrame from 'atoms/IFrame'

storiesOf('atoms/IFrame', module).add('iframe', () => (
  <IFrame src="https://docs.google.com/document/d/1NAAXNhCi_lbc1UqnfVNw9qJrtDlYOmq3395lhzJALkE/edit" />
))