react-iframe-plugin
v0.1.0
Published
Install `node_modules`:
Downloads
1,568
Readme
IframePlugin
Install node_modules
:
npm i react-iframe-plugin
or yarn add react-iframe-plugin
or pnpm i react-iframe-plugin
- import IframePlugin from 'react-iframe-plugin';
- <IframePlugin
iframeDomain="https://xxxxxxxxxxx.com" //加載domain
src="https://xxxxxxxxxx.com/zh-hant/header" //加載地址
url="https://xxxxxxxxxx.com" //點擊跳轉地址
basicHeight="250px" //初始高度
height="800px" //展開高度
zIndex="999" //層級
/>
﹣ <IframePlugin
types='footer' //底部
iframeDomain="http://localhost:8086"
src="http://localhost:8086/zh-hant/footer"
url="http://localhost:8086"
zIndex="999"
/>