UNPKG

react-potion

Version:
13 lines (11 loc) 278 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import Iframe from './Iframe'; storiesOf('Iframe', module) .add('Default', () => { return ( <> <Iframe src="https://mlb.com" width="100%" height="700"></Iframe> </> ); });