# 01pro

> ## 下载 ``` npm i 01pro ``` ## 使用 ``` import UI from '01pro' import '01pro/lib/01pro.css' Vue.use(UI) ``` ## 组件 ## MyButton ``` 我是具名插槽

Latest version **0.0.4** (published 2020-03-21) · 0 weekly downloads

## Install

```sh
npm install 01pro
pnpm add 01pro
yarn add 01pro
bun add 01pro
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-03-21 |
| First published | 2020-03-19 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 2.5 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | wanghuidenpm |

## Links

- npm: https://www.npmjs.com/package/01pro
- npm.io page: https://npm.io/package/01pro

## Dependencies (4)

- [vue](https://npm.io/package/vue.md) ^2.6.11
- [core-js](https://npm.io/package/core-js.md) ^3.6.4
- [vue-router](https://npm.io/package/vue-router.md) ^3.1.5
- [semantic-ui-css](https://npm.io/package/semantic-ui-css.md) ^2.4.1

## Recent versions

- 0.0.4 (latest) — 2020-03-21
- 0.0.3 — 2020-03-19
- 0.0.2 — 2020-03-19
- 0.0.1 — 2020-03-19

## README

# 01pro

## 下载
```
npm i 01pro
```
## 使用
```
import UI from '01pro'
import '01pro/lib/01pro.css'
Vue.use(UI)
```
## 组件
## MyButton
```
 <my-button style="width:500px">我是具名插槽</my-button>
 
 
  <br>
   <my-button  size="massive">大按钮</my-button>
<br>
<my-button  disabled size="massive" icon="wifi">信息按钮</my-button>
 <br>
<my-button disabled size="massive" icon="warning circle">warning circle</my-button>
   <br>
    <my-button  icon="history" loading>icon为history的loading按钮</my-button>
    <br>
    <my-button animated >
<div slot="hidden">$10000</div>
<div slot="visible"><i class="shop icon"></i>不要错过哈</div>
</my-button>

<my-button animated="fade" >
<div slot="hidden">$10000</div>
<div slot="visible"><i class="shop icon"></i>不要错过哈</div>
</my-button>
```

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