书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 101 个相关结果.
  • tui-skeleton 骨架屏

    tui-skeleton 组件结构 组件脚本 组件样式 脚本说明 props methods 示例 预览图 # tui-skeleton tui-skeleton 骨架屏,数据请求时常见到锁屏的loading动画,而现在越来越多的产品倾向于使用Skeleton Screen替代 。 组件结构 <view class = "...
  • actionsheet

    actionsheet 组件结构 组件脚本 组件样式 脚本说明 示例 actionsheet 操作菜单:可加入提示信息,可单独设置字体样式。 组件结构 <template> <view> <view class = "tui-actionsheet-class tui-actionsheet" ...
  • actionsheet 操作菜单

    actionsheet 组件结构 组件脚本 组件样式 脚本说明 示例 actionsheet 操作菜单:可加入提示信息,可单独设置字体样式。 组件结构 <template> <view> <view class = "tui-actionsheet-class tui-actionsheet" ...
  • card

    card 组件结构 组件脚本 组件样式 脚本说明 示例 card Card 卡片 组件结构 <template> <view class = "tui-card-class tui-card" : class = "[full?'tui-card-full':'',border?'tui-card-border':...
  • Tabbar 标签栏

    Tabbar 组件结构 组件脚本 组件样式 脚本说明 props methods 示例 预览图 Tabbar Tabbar 类似uni-app原生tabbar组件,可用于自定义tabbar,自定义tabbar逻辑可参考小程序自定义tabbar,建议使用原生tabbar。 组件结构 <template> <view ...
  • extend-alert 弹框

    Alert 组件结构 组件脚本 组件样式 脚本说明 示例 Alert Alert弹框 组件结构 <template> <view> <view class = "tui-alert-class tui-alert-box" : class = "[show?'tui-alert-show':'...
  • upload 图片上传

    upload 组件结构 组件脚本 组件样式 脚本说明 props methods 示例 预览图 # upload upload 图片上传,需要根据上传接口实际返回数据进行调整。 组件结构 <template> <view class = "tui-container" > <view ...
  • numberbox

    numberbox 组件结构 组件脚本 组件样式 脚本说明 示例 numberbox NumberBox 数字框:可设置步长,支持浮点数,支持调整样式 组件结构 <template> <view class = "tui-numberbox-class tui-numberbox" > <vie...
  • extend-tips 提示

    tips 组件结构 组件脚本 组件样式 脚本说明 示例 tips tips提示,默认居中显示 组件结构 <template> <view class = "tui-tips-box" : class = "[fixed?'tui-tips-fixed':'']" > <image : src...
  • bottom-popup 底部弹出层

    bottom-popup 组件结构 组件脚本 组件样式 脚本说明 示例 bottom-popup bottom-popup 底部弹出层 组件结构 <template> <view> <view class = "tui-popup-class tui-bottom-popup" : class...