Skip to content

组件

zebra-swiper中内置的组件包括:

z-swiper

z-swiper 核心组件

swiper的主容器

z-swiper-item 核心组件

swiper的子容器,通常每个item代表一个轮播块。与z-swiper搭配使用。

z-swiper-shadow

z-swiper-shadow

为3D轮播提供阴影效果。开发者不需要关注此组件。

z-swiper-native

z-swiper-native

函数式组件(该组件仅支持web平台,如果你的项目只需兼容h5,推荐使用此组件)

z-swiper-item-native

函数式组件的子容器,与z-swiper-native搭配使用。

z-navigation

z-navigation

swiper内置的切换器组件,开发者无需关注。

z-pagination

z-pagination

swiper内置的分页器组件,开发者无需关注。

z-scrollbar

z-scrollbar

swiper内置的滚动条组件,开发者无需关注。

Released under the MIT License.