# 🎈💡 说明

> my-ui666 是一款基于 Vue.js 2.0 的前端 UI 组件库

# 🚀 安装

```
cnpm i my-ui666 -S
```

# 🎨 使用

```
在src/main.js
import  UI66 from 'my-ui666';
Vue.use(UI66);
import 'my-ui666/ui.css';
```

# 🪂 组件

## 🌰 框框

```
qfui-kuangkuang
props  title
slot
```

## 🥜 分页

```
qfui-page
props total
```
