ado5 3903c18ce2 first commit | 9 ヶ月 前 | |
---|---|---|
.. | ||
common | 9 ヶ月 前 | |
README.en-US.md | 9 ヶ月 前 | |
README.md | 9 ヶ月 前 | |
index.wxs | 9 ヶ月 前 | |
props.d.ts | 9 ヶ月 前 | |
props.js | 9 ヶ月 前 | |
swiper-item-props.d.ts | 9 ヶ月 前 | |
swiper-item-props.js | 9 ヶ月 前 | |
swiper-item.d.ts | 9 ヶ月 前 | |
swiper-item.js | 9 ヶ月 前 | |
swiper-item.json | 9 ヶ月 前 | |
swiper-item.wxml | 9 ヶ月 前 | |
swiper-item.wxss | 9 ヶ月 前 | |
swiper-nav.d.ts | 9 ヶ月 前 | |
swiper-nav.js | 9 ヶ月 前 | |
swiper-nav.json | 9 ヶ月 前 | |
swiper-nav.wxml | 9 ヶ月 前 | |
swiper-nav.wxss | 9 ヶ月 前 | |
swiper.d.ts | 9 ヶ月 前 | |
swiper.js | 9 ヶ月 前 | |
swiper.json | 9 ヶ月 前 | |
swiper.wxml | 9 ヶ月 前 | |
swiper.wxs | 9 ヶ月 前 | |
swiper.wxss | 9 ヶ月 前 | |
type.d.ts | 9 ヶ月 前 | |
type.js | 9 ヶ月 前 |
:: BASE_DOC ::
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
name | params | description
-- | -- | --
change | (current: number, source: SwiperChangeSource)
| see more ts definition。type SwiperChangeSource = 'autoplay' \| 'touch' \| ''
name | type | default | description | required
-- | -- | -- | -- | --
custom-style v0.25.0
| String | - | - | N
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