1.0.3 • Published 4 years ago

rcircle v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

RCircle UI

vue - 常用ui组件库

Build Setup

# 安装

npm install rcircle

#全部引入
import RCircle from 'rcircle';
Vue.use(RCircle)

#按需引入
import { xxx, xxxx } from 'rcircle';
Vue.use(xxx)
Vue.use(xxxx)


## 组件描述

#火焰遮掩层
<fire-shade color="色码"></fire-shade>

#签名
<sign-draw></sign-draw>


#通用商品列表
<r-ls></r-ls>


#通用商品布局
<r-ls-item></r-ls-item>


#pc端通用详情页布局
//头部内容
<r-header></r-header>

//内容导航
<r-nav></r-nav>

//左右内容
<r-body></r-body>


#tab导航(水波纹特效)
<r-tab-item></r-tab-item>





For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago