博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wx-sideslip:类似 QQ 通讯录侧滑
阅读量:6823 次
发布时间:2019-06-26

本文共 913 字,大约阅读时间需要 3 分钟。

类似 QQ 通讯录侧滑

加入项目

  • npm 下载
npm i -S wx-sideslip复制代码

使用

{  "usingComponents": {    "slide-slip": "wx-sideslip"  }}复制代码
  • 手动下载组件到项目 components 目录 使用
{  "usingComponents": {    "side-slip": "/components/wx-sideslip/index"  }}复制代码

使用

wxml

哈哈
求助
删除
复制代码

wxss

.sideslip-right {  height: 120rpx;  width: 340rpx;  display: flex;}.sideslip-right view {  flex: 1;  display: flex;  justify-content: center;  align-items: center;  color: #fff;  height: 100%;}.sideslip-content {  background-color: #fff;}.sideslip-gray {  background-color: #ccc;}.sideslip-red {  background-color: red;  color: #fff;}复制代码

参数

选项名 类型 是否必填 默认值 描述
height Number 组件显示区域的高度(rpx)
width Number 视图宽度 组件显示区域的宽度(rpx)
slideWidth Number slot='right'插槽宽度 滑动显示区域的宽度(rpx)
out Boolean true 是否允许惯性越界
show Boolean false 初始状态是否侧滑
distance Number 10 滑动生效间距值

其他小程序插件

转载地址:http://smrzl.baihongyu.com/

你可能感兴趣的文章