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

0.0.1 • Public • Published

(本组件开发,基于 frontend-ui-startkit 脚手架)

命名规则:

  • (形式 + 作用)|操作
  • 由于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

Package Sidebar

Install

npm i @yizhou-library/editor135qiniu

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

115 kB

Total Files

51

Last publish

Collaborators

  • xiweixiong
  • yzkj