书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 26 个相关结果.
  • Icon 图标

    Icon 图标 使用指南 代码演示 Icon 图标 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-icon" : "path/to/zanui-weapp/dist/icon/index" } } 代码演示 可以在任意位置...
  • Field 输入框

    Field 输入框 使用指南 代码演示 基础用法 监听事件 API Event Field 输入框 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-field" : "path/to/zanui-weapp/dist/field/index" ...
  • Panel 面板组件

    Panel 面板组件 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-panel" : "/packages/panel/index" } } 代码演示 Panel 提供了一块白色的展示区域,使用方式如下 < zan-panel ...
  • Popup 弹出层

    Popup 弹出层 使用指南 代码演示 popup 动画 具体参数和事件 参数说明 事件说明 Popup 弹出层 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-popup" : "path/to/zanui-weapp/dist/popup/...
  • Stepper 计数器

    Stepper 计数器 使用指南 代码演示 基础用法 API Event Stepper 计数器 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-stepper" : "path/to/zanui-weapp/dist/stepper/index...
  • Tab 标签

    Tab 标签 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-tab" : "path/to/zanui-weapp/dist/tab/index" } } 在 index.js 中声明组件数据 // 在 Page 中声明 Tab 依...
  • Capsule 胶囊

    Capsule 胶囊 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-capsule" : "/packages/capsule/index" } } 代码演示 Panel 提供了一块白色的展示区域,使用方式如下 < zan-ca...
  • Loading 加载

    Loading 加载 使用指南 具体参数 Loading 加载 使用指南 在 index.json 中引入组件 { ... "usingComponents" : { "zan-loading" : "../../dist/loading/index" } ...
  • Card 卡片

    Card 卡片 使用指南 代码演示 基础用法 使用slot API Card 卡片 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-card" : "path/to/zanui-weapp/dist/card/index" } } ...
  • Tag 标签

    Tag 标签 使用指南 属性 代码演示 基础用法 类型 其他 Tag 标签 使用指南 在 json 文件中配置tag组件 "usingComponents" : { "zan-tag" : "/dist/tag/index" } 属性 名称 类型 是否必须 默认 描述 ty...