Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.99 KB

README.md

File metadata and controls

76 lines (52 loc) · 1.99 KB

logo

Funt-ui

A Mobile UI Components built on Vue

npm version downloads JS  Size CSS  Size

安装

NPM

npm i funt-ui -S

YARN

yarn add funt-ui -S

快速上手

引入 funt-ui

1.引入所有组件

import Vue from 'vue';
import Funt from 'funt-ui';
import 'funt-ui/lib/styles/funt-ui.css';
Vue.use(Funt);

2.按需引入组件

import Vue from 'vue';
import { Loading, Scroll } from 'funt-ui';
import 'funt-ui/lib/styles/funt-ui.css';
Vue.use(Loading);
Vue.use(Scroll);

TODO LIST

  • loading -csh

  • 走马灯(横向,纵向) -csh

  • scroll 拖动容器 -csh

  • 表单验证(指令)(组件?) -hjy

  • 图片懒加载/预加载(指令) -yn

// - [ ] 表格组件 -hyq

  • clickOutSide -tl

  • Popover -

  • Drawer -tl

  • modal -dp

  • 数字键盘 link -hsy