shrekshrek / components

移动端开发中一些常用的小组件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

components

此组件库只适用于移动端,所有案例也请在浏览器移动模拟器下查看。
这里所有组件都是与手势库分离的,需要组合使用,这样可以更好的自由控制组合,某些场合只要实现一个手势实例,就可以绑定到所有其他需要的组件实例上,避免了手势实例过多造成混乱。

gesturer.js
只是对AlloyFinger做了符合个人习惯的修改封装,
推荐查看原版GIT: https://github.com/AlloyTeam/AlloyFinger

scroller.js
滚动组件
http://shrek.imdevsh.com/demo/components/scroller.html

swiper.js
滑屏组件
http://shrek.imdevsh.com/demo/components/swiper.html

imgeditor.js
图片编辑组件
http://shrek.imdevsh.com/demo/components/imgeditor.html

former.js
信息提交组件集,包括文本,电话,日期输入框,下拉选择菜单等子组件
http://shrek.imdevsh.com/demo/components/former.html

About

移动端开发中一些常用的小组件

License:MIT License


Languages

Language:JavaScript 88.4%Language:HTML 11.6%