wox-admin-title

1.0.10 • Public • Published

Title image

标题组件

API

属性 说明 类型 默认值
title 必填。标题文字 String
children 子组件。直接写在父组件里面 object 、array 。 例如: <a /> 一个 HTMLCollection 对象 空数组 [ ]

Usage

import WoxTitle from 'wox-admin-title';

ReactDOM.render(
<Title title={ '产品列表' } >
  <a href="copyProduct.html" target='_blank'>+</a>
<Title>
, rootEle);

Readme

Keywords

Package Sidebar

Install

npm i wox-admin-title

Weekly Downloads

4

Version

1.0.10

License

MIT

Unpacked Size

8.96 kB

Total Files

14

Last publish

Collaborators

  • frend.wong
  • newyoung