wox-cli
Version:
scaffold for create component, toolkit and so on
19 lines (13 loc) • 378 B
Markdown
wox-react-component [](https://www.npmjs.com/package/wox-react-component)
# API
| 属性 | 说明 | 类型 | 默认值 |
| ---- | ---- | ---- | ---- |
| show | 是否显示 | Boolean | true |
# Usage
```
import WoxReactComponent from 'wox-react-component';
render(
<WoxReactComponent />,
rootEle
);
```