https://github.com/dxcweb/dxc-addcomponent
使用函数来添加组件。
https://github.com/dxcweb/dxc-addcomponent
Last synced: 9 days ago
JSON representation
使用函数来添加组件。
- Host: GitHub
- URL: https://github.com/dxcweb/dxc-addcomponent
- Owner: dxcweb
- Created: 2019-04-14T07:11:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T16:23:39.000Z (over 3 years ago)
- Last Synced: 2025-09-01T12:55:02.955Z (10 months ago)
- Language: JavaScript
- Size: 2.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# dxc-addcomponent
dxc-addcomponent使用函数来快速添加react组件
## install
```
yarn add dxc-addcomponent
## Example
```
addComponent((remove) => {
return
点击关闭;
});
```