react frame component:将您的React应用渲染到iFrame 源码
React <Frame />组件 这个组件允许您将整个React应用程序或每个组件封装在iFrame中。 npm install --save react-frame-component 如何使用: import Frame from 'react-frame-component' ; 去看一下。 const Header = ({ children }) = > ( < Frame > < h1> {children} </ Frame > ); ReactDOM.render( < Header> Hello , do
文件列表
react-frame-component-master.zip
(预估有个25文件)
react-frame-component-master
.gitignore
82B
karma.conf.js
1011B
README.md
4KB
.github
workflows
ci.yml
310B
FUNDING.yml
66B
test
Content.spec.jsx
2KB
暂无评论