文件名称:shadow:Shadow是从HTMLElement继承的Web组件和自定义元素的基类
文件大小:15KB
文件格式:ZIP
更新时间:2024-04-22 18:45:58
webcomponents customelements shadowroot TypeScript
阴影 Shadow是从HTMLElement继承的Web组件和自定义元素的基类。 快速开始 编译example/my_example.ts : deno bundle --config example/tsconfig.json example/my_example.ts > example/my_example.js 服务index.html文件: deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts example/ 打印记录的API: deno doc mod.ts 例子 import { css , customElement , html , property , Shadow , } from "https://deno.land/x/shadow/m
【文件预览】:
shadow-main
----util.ts(773B)
----html.ts(4KB)
----example()
--------index.html(488B)
--------my_example.ts(1KB)
--------tsconfig.json(202B)
--------my_example.js(11KB)
----LICENSE(1KB)
----shadow.ts(8KB)
----README.md(5KB)
----decorators.ts(3KB)
----css.ts(981B)
----mod.ts(213B)