书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 26 个相关结果.
  • Actionsheet 行动按钮

    Actionsheet 行动按钮 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-actionsheet" : "path/to/zanui-weapp/dist/actionsheet/index" } } 使用指南 < butt...
  • Helper 基础样式

    Helper 基础样式 使用指南 代码演示 Helper 基础样式 使用指南 在 app.wxss 中引入组件库所有样式 @import "path/to/zanui-weapp/dist/index.wxss" ; 代码演示 直接在元素上增加指定 class 即可 < view class = "zan-pul...
  • Select 选择

    Select 选择 使用指南 代码演示 具体参数 Select 选择 使用指南 在 index.json 中引入组件 { "usingComponents" : { "zan-select" : "/packages/select/index" } } 代码演示 < zan-se...
  • DatetimePicker 时间选择

    DatetimePicker 时间选择 使用 picker 组件开发的时间日期组件,弥补小程序 picker 自身对于快速时间选择的不支持 示例代码 { "usingComponents" : { "zan-date-picker" : "../../dist/datetime-picker/index" ...
  • Cell 单元格

    Cell 单元格 使用指南 单个 cell 使用示例 cell 组使用示例 属性与事件 可用的 slot Cell 单元格 使用指南 单个 cell 使用示例 { ... "usingComponents" : { "zan-cell" : "../../dist/cell...
  • Button 按钮

    Button 按钮 使用指南 代码演示 基础用法 按钮类型 按钮大小 其他 配合 button-group 使用 属性 事件 Button 按钮 使用指南 在 json 文件中配置button组件 "usingComponents" : { "zan-button" : "/dist/btn/index" ...