文件名称:react-webcomponent-example:WebComponent示例
文件大小:93KB
文件格式:ZIP
更新时间:2024-05-26 03:46:32
JavaScript
WebComponent示例 安装 yarn link // in another project yarn link button-wc 例子 import React from "react" ; import "button-wc" ; const App = ( ) => ( < div> < button-wc / > < / div > ) ; render ( < App> , document . getElementById ( "root" ) ) ;
【文件预览】:
react-webcomponent-example-master
----.babelrc(73B)
----package.json(982B)
----src()
--------index.js(264B)
--------custom-element.js(2KB)
--------index.html(307B)
----.gitignore(316B)
----webpack.config.js(992B)
----README.md(282B)
----yarn.lock(231KB)