basic react component
npm install wox-admin-title> 标题组件
| 属性 | 说明 | 类型 | 默认值 |
| ---- | ---- | ---- | ---- |
| title | 必填。标题文字 | String | |
| children | 子组件。直接写在父组件里面 | object 、array 。 例如: 一个 HTMLCollection 对象 | 空数组 [ ] |
``
import WoxTitle from 'wox-admin-title';
ReactDOM.render(
``