1.0.9 • Published 3 months ago

community-react-ui v1.0.9

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

浪潮卓数基层数据治理组件库

该组件库基于react框架,为兼容vue框架内的组件UI样式,建立此库

本组件库是vue项目使用react antd的中间库

使用方法

=================

在vue项目中引入依赖如下

vuera,react,react-dom,antd

在vue入口文件 index.js 中引入antd

 import 'antd/dist/antd.css'

在vue组件中使用该组件库

  • html
 <template>
  <div class="nav_box">
   <breadcrumb-comm></breadcrumb-comm>
  </div>
 </template>
  • javascript
import { BreadcrumbComm } from 'community-react-ui';
import { ReactInVue } from 'vuera'

export default {
   data() {
    return {
      selectIndex:-1
    };
   },
   components: { 'breadcrumb-comm': ReactInVue(BreadcrumbComm) },
 }
1.0.9

3 months ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago