文件名称:fluid-iframe:提供流体宽度的Web组件
文件大小:55KB
文件格式:ZIP
更新时间:2024-02-27 03:33:27
web-components iframe WebComponentsHTML
流体框架
Web组件,提供流体宽度<iframe> 。
安装
使用 :
$ npm install fluid-iframe
用法
导入FluidIframe并将其注册为自定义元素。
< script type =" module " >
import FluidIframe from 'https://unpkg.com/fluid-iframe' ;
customElements . define ( 'fluid-iframe' , FluidIframe ) ;
</ script >
放入
【文件预览】:
fluid-iframe-master
----index.html(3KB)
----src()
--------index.ts(3KB)
----.npmignore(13B)
----license(1KB)
----tsconfig.json(357B)
----test()
--------index.test.ts(169B)
----.editorconfig(214B)
----.gitignore(18B)
----github()
--------workflows()
----readme.md(1KB)
----package-lock.json(225KB)
----package.json(1KB)