UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

19 lines (13 loc) 378 B
# wox-react-component [![image](https://img.shields.io/npm/v/wox-react-component.svg)](https://www.npmjs.com/package/wox-react-component) ## API | 属性 | 说明 | 类型 | 默认值 | | ---- | ---- | ---- | ---- | | show | 是否显示 | Boolean | true | ## Usage ``` import WoxReactComponent from 'wox-react-component'; render( <WoxReactComponent />, rootEle ); ```