0.0.14 • Published 10 months ago

rx-component-vue v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

rx-component-vue

基于Vue3+ant-design-vue的业务组件库


使用方式

安装

npm install rx-component-vue

使用

import { Calendar } from rx-component-vue

参数

Props

  • isPrivate,可传,用于区分使用的日历为通用组件或者应用内私有组件,当设置为true时,组件为私有组件,当不传时,默认通用组件
  • appId,当isPrivate为true时,此项为必传,用于区分应用的id

示例

import { Calendar } from 'rx-component-vue'
<template>
  <div>
    <Calendar />
    <Calendar :isPrivate="true" appId="test1" />
  </div>
</template>

组件预览

avatar

说明

此组件是基于ant-design-vue组件库,因此在你的项目中需要引入ant-design-vue库

安装

npm install ant-design-vue

使用

import Antd from 'ant-design-vue'

import 'ant-design-vue/dist/antd.css'

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago