All Projects → amazeui → slick

amazeui / slick

Licence: other
jQuery carousel plugin.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Amaze UI Slick


NPM version Dependency Status devDependency Status

Slick 插件 Amaze UI 样式移植。

使用说明:

  1. 获取 Amaze UI slick
  1. 在 Amaze UI 样式之后引入 slick 样式(dist 目录下的 CSS):

Amaze UI slick 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.slick.min.css"/>
  1. 引入 slick 插件(dist 目录下的 JS):
<script src="path/to/jquery.min.js"></script>
<script src="path/to/slick.min.js"></script>
  1. 初始化 slick:
$(function() {
    $('#my-slick').slick();
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].