ado5 60ac2c1c9a first commit преди 7 месеца
..
common 60ac2c1c9a first commit преди 7 месеца
README.en-US.md 60ac2c1c9a first commit преди 7 месеца
README.md 60ac2c1c9a first commit преди 7 месеца
index.wxs 60ac2c1c9a first commit преди 7 месеца
props.d.ts 60ac2c1c9a first commit преди 7 месеца
props.js 60ac2c1c9a first commit преди 7 месеца
swiper-item-props.d.ts 60ac2c1c9a first commit преди 7 месеца
swiper-item-props.js 60ac2c1c9a first commit преди 7 месеца
swiper-item.d.ts 60ac2c1c9a first commit преди 7 месеца
swiper-item.js 60ac2c1c9a first commit преди 7 месеца
swiper-item.json 60ac2c1c9a first commit преди 7 месеца
swiper-item.wxml 60ac2c1c9a first commit преди 7 месеца
swiper-item.wxss 60ac2c1c9a first commit преди 7 месеца
swiper-nav.d.ts 60ac2c1c9a first commit преди 7 месеца
swiper-nav.js 60ac2c1c9a first commit преди 7 месеца
swiper-nav.json 60ac2c1c9a first commit преди 7 месеца
swiper-nav.wxml 60ac2c1c9a first commit преди 7 месеца
swiper-nav.wxss 60ac2c1c9a first commit преди 7 месеца
swiper.d.ts 60ac2c1c9a first commit преди 7 месеца
swiper.js 60ac2c1c9a first commit преди 7 месеца
swiper.json 60ac2c1c9a first commit преди 7 месеца
swiper.wxml 60ac2c1c9a first commit преди 7 месеца
swiper.wxs 60ac2c1c9a first commit преди 7 месеца
swiper.wxss 60ac2c1c9a first commit преди 7 месеца
type.d.ts 60ac2c1c9a first commit преди 7 месеца
type.js 60ac2c1c9a first commit преди 7 месеца

README.en-US.md

:: BASE_DOC ::

API

Swiper Props

name | type | default | description | required -- | -- | -- | -- | -- animation | String | slide | options:slide | N autoplay | Boolean | true | - | N current | Number | 0 | - | N default-current | Number | undefined | uncontrolled property | N custom-style v0.25.0 | String | - | - | N direction | String | horizontal | options:horizontal/vertical | N duration | Number | 300 | - | N height | Number | - | - | N interval | Number | 5000 | - | N loop | Boolean | true | - | N navigation | Object / Slot | - | - | N pagination-position | String | bottom | options:top-left/top/top-right/bottom-left/bottom/bottom-right | N

Swiper Events

name | params | description -- | -- | -- change | (current: number, source: SwiperChangeSource) | see more ts definition
type SwiperChangeSource = 'autoplay' \| 'touch' \| ''

SwiperItem Props

name | type | default | description | required -- | -- | -- | -- | -- custom-style v0.25.0 | String | - | - | N

SwiperNavigation

name | type | default | description | required -- | -- | -- | -- | -- custom-style v0.25.0 | String | - | - | N min-show-num | Number | - | - | N show-slide-btn | Boolean | - | - | N type | String | - | Typescript:SwiperNavigationType type SwiperNavigationType = 'dots' \| 'dots-bar' \| 'fraction'see more ts definition | N