# crw-ui

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

Latest version **1.0.2** (published 2022-07-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install crw-ui
pnpm add crw-ui
yarn add crw-ui
bun add crw-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-07-04 |
| First published | 2022-07-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 81.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | crwcrwcrw |

## Links

- npm: https://www.npmjs.com/package/crw-ui
- npm.io page: https://npm.io/package/crw-ui

## Recent versions

- 1.0.2 (latest) — 2022-07-04

## README

# 说明

> WOF-UI 是一款基于 Vue.js 2.0 的前端 UI 组件库，主要用于快速开发 PC 网站中后台产品

# 安装

```
cnpm i crw-ui -S
```

# 使用

```
在src/main.js
import WOFUI from 'crw-ui';
Vue.use(WOFUI);
import 'crw-ui/crw-ui.css';
```

# 组件

## 按钮

```
    <el-button round>圆角按钮</el-button>
    <el-button type="primary" round>主要按钮</el-button>
    <el-button type="success" round>成功按钮</el-button>
    <el-button type="info" round>信息按钮</el-button>
    <el-button type="warning" round>警告按钮</el-button>
    <el-button type="danger" round>危险按钮</el-button>

```

## 表格

```
<wof-table :column="column" :data="data"></wof-table>
<script>
export default {
  data() {
    return {

    }
  },
}
</script>
```

---
_Source: https://npm.io/package/crw-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
