# cview-ui
**Repository Path**: cview/cview-ui
## Basic Information
- **Project Name**: cview-ui
- **Description**: cview-ui (Custom View UI)一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品
- **Primary Language**: JavaScript
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2022-05-11
- **Last Updated**: 2023-11-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# cview-ui
cview-ui 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。
## 安装
使用npm
```
npm i cview-ui --save
```
或使用yarn
```
yarn add cview-ui --save
```
或使用cdn全局引入
```html
```
## 文档
[https://www.kancloud.cn/chen-wanchun/cview](https://www.kancloud.cn/chen-wanchun/cview)
## 组件
目前支持的组件包括:
- cvu-back-top - 返回顶部
- cvu-button - 按钮
- cvu-button-group - 按钮组
- cvu-card - 卡片
- cvu-col - 列
- cvu-collapse - 折叠面板
- cvu-divider - 分割线
- cvu-drawer - 抽屉
- cvu-empty - 空数据
- cvu-loading - 加载
- cvu-modal - 模态框
- cvu-notification - 通知菜单
- cvu-paginator - 分页
- cvu-paginator-mini - 分页简化版
- cvu-poptip - 气泡提示
- cvu-preview - 图片预览
- cvu-row - 行
- cvu-spin - 局部加载
- cvu-tab - 标签页
- cvu-table - 表格
- cvu-tooltip - 文字提示
- cvu-upload - 文件上传