文件名称:excise:Web组件的类似React的工具包
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-15 14:20:42
react custom-elements diffhtml shadow-dom JavaScript
消费税
一个基于编写功能样式(类似React)的Web组件的
安装
npm install excise
或尝试在Chrome中使用 。
用法
基本的
您将需要一个支持自定义元素v1和shadow dom v1的浏览器。 chrome 55可以使用。
const { define , html } = require ( 'excise' ) ;
define ( 'x-hello-world' , ( ) => html ` < h1> it works! h1> ` ) ;
document . body . innerHTML = '
【文件预览】:
excise-master
----.gitignore(18B)
----example.html(82B)
----package.json(781B)
----types.js(105B)
----render-to-string.js(2KB)
----component.js(1KB)
----index.js(542B)
----stateful.js(385B)
----example.js(623B)
----element()
--------package.json(49B)
--------node.js(62B)
--------browser.js(30B)
----custom-elements()
--------package.json(49B)
--------node.js(104B)
--------browser.js(33B)
----readme.md(4KB)