You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.7 KiB
77 lines
2.7 KiB
|
3 years ago
|
<p align="center">
|
||
|
|
<img alt="logo" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/logo.png" width="220" style="margin-bottom: 10px;">
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h1 align="center">ZebraSwiper</h1>
|
||
|
|
|
||
|
|
<p align="center">基于uniapp,全面对标swiper,并实现全端兼容。</p>
|
||
|
|
|
||
|
|
<p align="center">
|
||
|
|
🔥 <a href="https://swiper.zebraui.com/">文档网站</a>
|
||
|
|
|
||
|
|
|
||
|
|
🚀 <a href="https://zebraui.com/" target="_blank">zebraUI组件库</a>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
## 介绍
|
||
|
|
|
||
|
|
[zebra-swiper](https://github.com/zebra-ui/zebra-uniapp-swiper) 是基于uniapp开发的一款移动端轮播组件,已实现swiper组件90%的功能。
|
||
|
|
|
||
|
|
[uniapp](https://uniapp.dcloud.io/README)的[swiper](https://uniapp.dcloud.io/component/swiper)组件存在很大的局限性,无法完成一些复杂的轮播效果。
|
||
|
|
|
||
|
|
而zebra-swiper不仅可以实现一些3D轮播效果,还可以通过参数来定义你想要的效果。
|
||
|
|
|
||
|
|
## 特性
|
||
|
|
|
||
|
|
- 全面对标swiper,并实现全端兼容
|
||
|
|
- 兼容多端,小程序也可以实现3D轮播效果
|
||
|
|
- 可自定义3D效果
|
||
|
|
- 多种示例,总有一种适合你
|
||
|
|
|
||
|
|
## 安装
|
||
|
|
|
||
|
|
### npm方式
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm i @zebra-ui/swiper
|
||
|
|
```
|
||
|
|
|
||
|
|
```js
|
||
|
|
// pages.json
|
||
|
|
|
||
|
|
{
|
||
|
|
"easycom": {
|
||
|
|
"^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
|
||
|
|
},
|
||
|
|
"pages": [...],
|
||
|
|
"globalStyle": {...}
|
||
|
|
}
|
||
|
|
```
|
||
|
|
|
||
|
|
### uni_modules方式
|
||
|
|
|
||
|
|
[插件市场](https://ext.dcloud.net.cn/plugin?id=7273)直接导入即可
|
||
|
|
|
||
|
|
## 手机预览
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<img alt="wx" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/wx.jpg" width="200" />
|
||
|
|
<img alt="ali" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/ali.jpg" width="200" />
|
||
|
|
<img alt="h5" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/h5.png" width="200" />
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## 预览
|
||
|
|
<div style="display:flex;flex-wrap:wrap;margin-top:30px;">
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif1.gif" width="300" style="margin:20px;" />
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif2.gif" width="300" style="margin:20px;" />
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif3.gif" width="300" style="margin:20px;" />
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif4.gif" width="300" style="margin:20px;" />
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif5.gif" width="300" style="margin:20px;" />
|
||
|
|
<img alt="gif" src="https://assets-1256020106.cos.ap-beijing.myqcloud.com/zebra-swiper/gif/gif6.gif" width="300" style="margin:20px;" />
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## 群
|
||
|
|
|
||
|
|
QQ群:947159437
|
||
|
|
|
||
|
|

|