An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/dxc-addcomponent

使用函数来添加组件。
https://github.com/dxcweb/dxc-addcomponent

Last synced: 9 days ago
JSON representation

使用函数来添加组件。

Awesome Lists containing this project

README

          

# dxc-addcomponent
dxc-addcomponent使用函数来快速添加react组件
## install
```
yarn add dxc-addcomponent

## Example
```
addComponent((remove) => {
return

点击关闭
;
});
```