@yizhou-library/icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

命名规则:

  • (形式 + 作用)|操作
  • 由于publish时,包名称不支持??中横杠字符,可以使用驼峰形式

dependencies 为发布依赖包集合

:::dependencies { "dependencies": { "axios": "^0.17.1", "antd": "^3.26.15", "react": "^16.9.0", "react-dom": "^16.9.0" }, "devDependencies": { "whatwg-fetch": "2.0.3" } } :::dependencies

数据源处理

  • dataSource
  • 数据为空时处理

主要功能:

组件描述模版

演示容器组件

@317hu/* 组件用途说明。

代码演示

:::demo 组件演示代码块。

constructor(props) {
  super(props)
  this.state = {}
}

render() {
  const nowTime = moment(new Date()).format('HH:mm');
  return (
    <div className="inner">
    </div>
  )
}

:::

API

参数 说明 类型 可选值 默认值
demo 内容 moment.Moment,Date,Function large,small,mini

/@yizhou-library/icons/

    Package Sidebar

    Install

    npm i @yizhou-library/icons

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    4.77 MB

    Total Files

    3222

    Last publish

    Collaborators

    • xiweixiong
    • yzkj