README
@beisen/yframe
功能
Use this React Component to render your react component to a esolated iframe
Demo
render() {
this.state;
return <Yframe className='hehehe'>
<div>1111111111s</div>
</Yframe>
Use this React Component to render your react component to a esolated iframe
<script type="module">
import beisenYframe from 'https://cdn.skypack.dev/@beisen/yframe';
</script>
Use this React Component to render your react component to a esolated iframe
render() {
this.state;
return <Yframe className='hehehe'>
<div>1111111111s</div>
</Yframe>