egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

Github星跟蹤圖


  • Easy-to-use and performant infinite carousel(slider).
  • Every options are compatible with each others.
    • Except for mutual exclusive options (like circular and bound).
  • Provides various scroll movement types that you can choose.
  • Ready-to-use plugins you can grab right away.
  • Supports all major frameworks(Angular, React, Vue).

⚙️ Installation

npm

$ npm install --save @egjs/flicking

CDN

🏃 Quick Start

Typescript

import Flicking from "@egjs/flicking";

const flicking = new Flicking("#el", { circular: true });

Browser

<script src="https://cdnjs.cloudflare.com/ajax/libs/egjs-flicking/3.x.x/flicking.js"></script>
var flicking = new eg.Flicking("#el", { circular: true });

DOM Structure

⚠️ NOTICE: Flicking requires minimal structure to initialize properly.

As Flicking applies position: absolute for panels, either wrapper or panel should have fixed height value.

<div id="wrapper" style="height: 120px">
  <div class="panel"></div>
  <div class="panel"></div>
  <div class="panel"></div>
</div>
<div id="wrapper">
  <!-- Least one of them should have fixed height -->
  <div class="panel" style="height: 120px;"></div>
  <div class="panel"></div>
  <div class="panel"></div>
</div>

<div id="wrapper"> <!-- Wrapper height is dependent on panel height -->
  <div class="panel" style="height: 100%;"></div>
  <div class="panel" style="height: 100%;"></div>
  <div class="panel" style="height: 100%;"></div>
</div>

Collect statistics

Flicking applies Google Analytics (GA) to collect which features are useful to users. For example, the use of the freeScroll option, or the value of the gap option, and so on. Statistics also DO NOT contain any information that can identify an individual. Statistics on the usage will serve as basis for making better products. To disable GA, set the collectStatistics option to false as follows:

var flicking = new eg.Flicking("#el", { collectStatistics: false });

Check our Demos.

📖 Documentation

See Documentation page.

🙌 Contributing

See CONTRIBUTING.md.

📝 Feedback

Please file an Issue.

🛣️ Roadmap

See our Roadmap.

📜 License

@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.

主要指標

概覽
名稱與所有者naver/egjs-flicking
主編程語言TypeScript
編程語言JavaScript (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2017-04-28 02:32:33
推送於2025-01-17 04:20:33
最后一次提交2025-01-17 01:20:33
發布數95
最新版本名稱4.12.0 (發布於 )
第一版名稱2.0.0 (發布於 )
用户参与
星數2.8k
關注者數29
派生數139
提交數0.9k
已啟用問題?
問題數513
打開的問題數70
拉請求數314
打開的拉請求數5
關閉的拉請求數56
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?