【文件属性】:
文件名称:web-components-example
文件大小:205KB
文件格式:ZIP
更新时间:2024-06-10 20:37:15
HTML
使用Web组件示例。
寻找样板? 检查。
演示版
安装
使用安装组件:
$ bower install hello-world-element --save
或 。
用法
导入polyfill:
< script src =" bower_components/webcomponentsjs/webcomponents.min.js " > </ script >
导入自定义元素:
< link rel =" import " href =" bower_components/hello-world-element/hello-world.html " >
开始使用它!
< hello> hello>
选项
属性
选项
默认
描述
who
细绳
World
你想跟谁打招呼?
发展
为了在本地运行它,您
【文件预览】:
web-components-example-master
----README.md(2KB)
----bower_components()
--------webcomponentsjs()
----bower.json(411B)
----package.json(192B)
----index.html(406B)
----hello-world.html(2KB)