ui-vite
v1.1.8
Published
An entry level UI design language and Vue-based implementation,vue3 and vite ui
Downloads
134
Maintainers
Readme
vue3 ui 组件库
提供vue3 ui 常用组件,不引用不会进行打包,减小项目应用体积和方便项目版本管理,提供以下组件
export * as VButton from './Button/index.vue'
export * as VSwitch from './Switch/index.vue'
export * as VScale from './Scale/index.vue'
export * as VMask from './Mask/index.vue'
export * as VCircle from './Circle/index.vue'
前端技术交流群:553655769,有什么问题在群里说不定可以找到答案
开源仓库,欢迎提交更多功能,方便他人,方便自己
- gitee主仓库地址
- github同步仓库地址
安装使用
安装
pnpm i ui-vite
使用
- 在vue文件中直接使用,如使用按钮组件:<v-button>按钮</v-button>
配置
uivite.VConf = {
vicon: {
url: '/static_res/vicon',
name: 'Ant',
type: 'up',
size: '20',
color: '#000000'
}
}