1.0.0 • Published 3 years ago

sherlock-ui v1.0.0

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

说明

WOF-UI 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品

安装

cnpm i sherlock-ui -S

使用

在src/main.js
import WOFUI from 'sherlock-ui';
Vue.use(WOFUI);
import 'sherlock-ui/wof-ui.css';

组件

按钮

 <el-row>
  <el-button icon="el-icon-search" circle></el-button>
  <el-button type="primary" icon="el-icon-edit" circle></el-button>
  <el-button type="success" icon="el-icon-check" circle></el-button>
  <el-button type="info" icon="el-icon-message" circle></el-button>
  <el-button type="warning" icon="el-icon-star-off" circle></el-button>
  <el-button type="danger" icon="el-icon-delete" circle></el-button>
</el-row>

框框

qf-kuang

分页

qf-page