文件名称:Web组件:轻量级库,提供用于构建Web组件的界面
文件大小:49KB
文件格式:ZIP
更新时间:2024-02-26 23:30:23
web-component webcomponents web-components shadowroot WebComponentsJavaScript
网络组件 轻量级的库提供用于构建界面。 贡献 Web组件库是否缺少某些内容? 没问题! 只需此存储库,并创建请求请求。 安装 npm install --save web-component 软件包提供了一个decorator功能,使您能够: 轻松定义 样式自定义元素 从模板创建元素 使用封装样式和标记 扩展其他自定义元素,甚至浏览器的内置HTML import { WebComponent } from 'web-component' @ WebComponent ( 'hello-world' , { template : require ( './hello-world.ht
【文件预览】:
web-component-master
----.gitignore(49B)
----README.md(2KB)
----.github()
--------CONTRIBUTING.md(3KB)
--------CODE_OF_CONDUCT.md(3KB)
--------FUNDING.yml(696B)
----rollup.config.js(699B)
----test()
--------.eslintrc(35B)
--------middleware.spec.js(427B)
--------decorator.spec.js(1KB)
----.eslintrc(879B)
----package.json(3KB)
----src()
--------connectedCallback()
--------decorator.js(496B)
--------attributeChangedCallback()
--------middleware.js(530B)
--------index.js(44B)
--------proxy()
----.babelrc(370B)
----LICENSE.md(1KB)
----.hound.yml(48B)
----.eslintignore(30B)
----.npmignore(61B)
----.travis.yml(229B)
----.editorconfig(303B)
----yarn.lock(130KB)