适配多端的高自定义轮播组件,多种3D效果。全面对标swiperjs。
npm install c-swiper
基于uniapp,全面对标swiper,并实现全端兼容。
🔥 文档网站
🚀 zebraUI组件库
bash
npm i @zebra-ui/swiper
`
`js
// pages.json
{
"easycom": {
"autoscan": true,
"custom": {
"^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
}
},
"pages": [...],
"globalStyle": {...}
}
``