Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Slick | 11,049 | 9,197 | 1,235 | 2 days ago | 115 | April 17, 2022 | 455 | mit | JavaScript | |
React carousel component | ||||||||||
Keen Slider | 3,961 | 35 | a month ago | 100 | September 19, 2022 | 53 | mit | TypeScript | ||
The HTML touch slider carousel with the most native feeling you will get. | ||||||||||
Splide | 3,821 | 32 | a month ago | 148 | September 21, 2022 | 44 | mit | TypeScript | ||
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. | ||||||||||
React Image Gallery | 3,410 | 517 | 92 | 11 days ago | 110 | July 30, 2022 | 14 | mit | JavaScript | |
React carousel image gallery component with thumbnail support 🖼 | ||||||||||
Embla Carousel | 3,282 | 3 | 16 | 4 days ago | 184 | September 12, 2022 | 8 | mit | TypeScript | |
www.embla-carousel.com — A lightweight carousel library with fluid motion and great swipe precision. | ||||||||||
Nuka Carousel | 2,887 | 491 | 133 | 4 days ago | 131 | September 22, 2022 | 29 | other | TypeScript | |
Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site. | ||||||||||
React Awesome Slider | 2,601 | 42 | 13 | 6 months ago | 45 | February 21, 2020 | 76 | mit | JavaScript | |
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱 | ||||||||||
React Responsive Carousel | 2,433 | 794 | 137 | a month ago | 122 | March 03, 2022 | 29 | mit | TypeScript | |
React.js Responsive Carousel (with Swipe) | ||||||||||
Egjs Flicking | 2,360 | 3 | 14 | 8 days ago | 107 | September 15, 2022 | 40 | mit | TypeScript | |
🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel. | ||||||||||
React Images | 2,288 | 1,129 | 180 | 2 years ago | 77 | April 29, 2021 | 49 | mit | JavaScript | |
🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS |
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
📱💻🖥
![]() |
![]() |
![]() |
![]() |
bound
and moveType: freeScroll
$ npm install --save @egjs/flicking
Flicking requires minimal structure to initialize properly.
You don't need to consider this when using Flicking with the frameworks.
<div id="my-flicking" class="flicking-viewport">
<div class="flicking-camera">
<div class="panel"></div>
<div class="panel"></div>
<div class="panel"></div>
</div>
</div>
import Flicking from "@egjs/flicking";
// import styles
import "@egjs/flicking/dist/flicking.css"; // Supports IE10+, using CSS flex
// Or...
import "@egjs/flicking/dist/flicking.inline.css"; //Supports IE9+, using CSS inline-box
const flicking = new Flicking("#my-flicking", { circular: true });
<!-- Packaged with all dependencies -->
<script src="https://unpkg.com/@egjs/[email protected]/dist/flicking.pkgd.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@egjs/[email protected]/dist/flicking.css">
var flicking = new Flicking("#my-flicking", { circular: true });
Package | Version | Description |
---|---|---|
@egjs/flicking-plugins | Readymade effects for your carousel | |
@egjs/ngx-flicking |
|
|
@egjs/react-flicking |
|
|
@egjs/vue-flicking |
|
|
@egjs/vue3-flicking |
|
|
@egjs/preact-flicking |
|
|
@egjs/svelte-flicking |
|
9+(With polyfill), 11+ for Angular & Svelte | Latest | Latest | Latest | 7+ | 4+ |
Check our Demos.
See Documentation page.
See CONTRIBUTING.md.
Please file an Issue.
See our Roadmap.
@egjs/flicking is released under the MIT license.
Copyright (c) 2015-present NAVER Corp.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.