0.1.0 • Published 5 years ago

@xsyx/hanzo-loading v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Loading 加载

使用指南

在 app.json 或 index.json 中引入组件

"usingComponents": {
  "hanzo-loading": "path/to/loading/index"
}

代码演示

Circular

<hanzo-loading />
<hanzo-loading color="#fff" />

Spinner

<hanzo-loading type="spinner" />
<hanzo-loading type="spinner" color="#fff" />

API

参数说明类型默认值
color颜色String#c9c9c9
type类型,可选值为 spinnerStringcircular
size大小String30px

外部样式类

类名说明
custom-class根节点样式类

更新日志

版本类型内容
0.0.1feature新增组件