0.0.10 • Published 4 years ago

unco-scroll v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

unco-scroll

介绍

顺滑和易用的移动端滚动组件

特性

  • 无第三方依赖
  • 插件机制,支持按需引入
  • 完善的中英文文档和示例

安装

# 通过 npm 安装
npm install --save unco-scroll

# 通过 yarn 安装
yarn add unco-scroll

快速上手

<div class="container">
  <div class="scroller">
      <h1>Thank you for use unco-scroll</h1>
  </div>
</div>
import UScroll from 'unco-scroll';

new UScroll('.container', {
  // 配置项  
});

unco-scroll 也支持按需引入、CDN 引入等方式,详细说明见 安装使用.

浏览器支持

现代浏览器以及 Android 4.0+, iOS 8.0+.

开源协议

本项目基于 MIT 协议,请自由地享受和参与开源。

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago