reactify-wc:在 React 中使用 Web 组件

时间:2024-06-18 10:49:46
【文件属性】:

文件名称:reactify-wc:在 React 中使用 Web 组件

文件大小:194KB

文件格式:ZIP

更新时间:2024-06-18 10:49:46

JavaScript

梅赛德斯-奔驰北美研发中心,西雅图 HUB 贡献 重新激活 Web 组件 使用具有 React 属性和函数的 Web 组件 用法 import React from "react" ; import reactifyWc from "reactify-wc" ; // Import your web component. This one defines a tag called 'vaadin-button' import "@vaadin/vaadin-button" ; const onClick = ( ) => console . log ( "hello world" ) ; const VaadinButton = reactifyWc ( "vaadin-button" ) ; export const MyReactComponent = ( ) => ( < >


【文件预览】:
reactify-wc-master
----rollup.config.js(916B)
----package.json(1KB)
----test()
--------package.json(981B)
--------package-lock.json(648KB)
--------src()
--------.gitignore(310B)
--------public()
--------README.md(3KB)
----LICENSE(1KB)
----package-lock.json(16KB)
----src()
--------types.d.ts(108B)
--------index.ts(3KB)
----tsconfig.json(503B)
----.gitignore(47B)
----README.md(7KB)

网友评论