any-component:创建病毒库不可知组件

时间:2024-05-23 00:26:36
【文件属性】:

文件名称:any-component:创建病毒库不可知组件

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-23 00:26:36

JavaScript

任何组成部分 提供“ react”,“ preact”,“ inferno” h()和Component类以构建与库无关的组件。 安装 $ npm install --save any-component 或者 $ yarn add any-component 用法 const { h , Component } = require ( 'any-component' ) ; /** @jsx h */ class MyComponent extends Component { render ( props ) { return ( < div> { props . children } < / div > ) } }


【文件预览】:
any-component-master
----yarn.lock(2KB)
----LICENSE(1KB)
----README.md(486B)
----.gitignore(60B)
----index.js(406B)
----CHANGELOG.md(2KB)
----package.json(783B)

网友评论