Socket
Socket
Sign inDemoInstall

01pro

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    01pro

## 下载 ``` npm i 01pro ``` ## 使用 ``` import UI from '01pro' import '01pro/lib/01pro.css' Vue.use(UI) ``` ## 组件 ## MyButton ``` <my-button style="width:500px">我是具名插槽</my-button>


Version published
Weekly downloads
324
increased by2060%
Maintainers
1
Install size
14.4 MB
Created
Weekly downloads
 

Readme

Source

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>

FAQs

Last updated on 21 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc