Skip to content

MQL9011/mz-swiper

 
 

Repository files navigation

logo

mz-swiper

基于ZebraSwiper, 魔改了下解决uni-app报错问题。

🔥 文档网站     🚀 zebraUI组件库

介绍

特性

  • 全面对标 swiper,并实现全端兼容
  • 兼容多端,小程序也可实现 3D 轮播效果
  • 可自定义 3D 效果
  • 多种示例可供参考

安装

npm 方式

npm i mz-swiper
// pages.json

{
  "easycom": {
    "autoscan": true,
    "custom": {
      "^z-(.*)": "mz-swiper/src/zebra-swiper/components/z-$1/z-$1.vue"
    }
  },
	"pages": [...],
	"globalStyle": {...}
}

手机预览

wx ali h5

预览

gif gif gif

About

基于uniapp开发的多端适配轮播组件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • Vue 11.1%
  • SCSS 5.3%
  • CSS 0.3%