https://github.com/ahabhgk/carousel-web-component
https://github.com/ahabhgk/carousel-web-component
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahabhgk/carousel-web-component
- Owner: ahabhgk
- Created: 2019-03-24T11:06:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T15:40:30.000Z (about 6 years ago)
- Last Synced: 2025-01-17T03:42:34.674Z (5 months ago)
- Language: JavaScript
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# carousel-web-component
- [x] 三种轮播方式可选择
- [x] 可制定高宽
- [x] 可选择有无 dot 和左右 arrow
- [x] 可选择轮换周期时间
scroll 点击 dot 有点 ~~bug~~ feature,一改要改好多,不如去看书。

## usage
height: (required)
width: 100%(default)
mode: shallow(default) / scroll / stage
has-dots: true(default) / false
has-arrows: true(default) / false
time: 3000(default)
```html
[
"./img/some-image-0.png",
"./img/some-image-1.png",
"./img/some-image-2.png"
]```