Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujw0l/image-carousel
Image carousel JS library
https://github.com/ujw0l/image-carousel
carousel image-carousel js-library vanilla-js
Last synced: 22 days ago
JSON representation
Image carousel JS library
- Host: GitHub
- URL: https://github.com/ujw0l/image-carousel
- Owner: ujw0l
- License: mit
- Created: 2020-08-07T13:07:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T14:35:33.000Z (over 4 years ago)
- Last Synced: 2024-10-04T21:57:32.900Z (about 1 month ago)
- Topics: carousel, image-carousel, js-library, vanilla-js
- Language: JavaScript
- Homepage: https://ujw0l.github.io/image-carousel/
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to images-carousel 👋
> JS library to create image carousel
### 🏠 [Homepage](https://ujw0l.github.io/image-carousel/)
## Install
```sh
npm install images-carousel
```## Script
```sh
Download and include file
image-carousel.js```
## initialize
```sh
new imageCarousel(selector/s,{callBack : function});
```## Author
👤 **ujw0l**
* Website: http://ujw0l.github.io
* Twitter: [@bastakotiujwol](https://twitter.com/bastakotiujwol)
* Github: [@ujw0l](https://github.com/ujw0l)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/ujw0l/image-carousel/issues). You can also take a look at the [contributing guide](https://github.com/ujw0l/image-carousel/blob/master/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [ujw0l](https://github.com/ujw0l).
This project is [MIT](https://github.com/ujw0l/image-carousel/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_