react-web-component:使用React创建Web组件

时间:2021-05-23 20:41:23
【文件属性】:
文件名称:react-web-component:使用React创建Web组件
文件大小:55KB
文件格式:ZIP
更新时间:2021-05-23 20:41:23
react web-component shadow-dom JavaScript React Web组件 使用React创建Web组件 安装 React Web组件可作为npm上的react-web-component软件包使用。 yarn add react-web-component 基本用法 要创建带有react-web-component ,只需将React组件作为第一个参数传递给ReactWebComponent.create ,并将您要创建的Web组件的名称作为第二个参数。 import React from 'react' ; import ReactWebComponent from 'react-web-component' ; class App extends React . Component { render ( ) { return < div> Hello World! < / div > ; } } ReactW
【文件预览】:
react-web-component-master
----.babelrc(221B)
----docs()
--------images()
----package.json(912B)
----src()
--------index.js(3KB)
--------dev()
--------extractAttributes.js(746B)
--------getStyleElementsFromReactWebComponentStyleLoader.js(136B)
----index.d.ts(175B)
----.gitignore(28B)
----README.md(8KB)
----yarn.lock(74KB)
----.editorconfig(147B)

网友评论