文件名称:web-components:定制Web组件的集合
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-07 02:00:44
JavaScript
dgComponents
定制Web组件的集合。 Chrome和Opra为Web组件提供全面支持。 对于所有其他浏览器,您需要在项目中要求使用webcomponents.js或其他polyfill,直到它们支持为止。
如何使用
这些组件被包装在一个节点模块中,因此您可以将其与node和诸如browserify之类的工具一起使用。 就像其他未通过npm安装的其他节点模块一样,只需要求它var comps = require(./
【文件预览】:
web-components-master
----dgComponents.js(19KB)
----package.json(673B)
----test()
--------superselect_test.js(1KB)
--------dgcomponents_test.js(429B)
----index.html(300B)
----LICENSE(1KB)
----Gruntfile.js(289B)
----.gitignore(932B)
----app.js(3KB)
----README.md(3KB)