wb-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.220 • Public • Published

WBUI

依赖element-plus,对element-plus二次封装,有动态表单,Table等,文档待发布

还在快速开发中,缺少测试模块,谨慎用于生产环境

安装

npm install wb-ui --save

使用

// 样式不必须直接使用element-plus
import 'wb-ui/style'
// 方式1
import {WbButton} from 'wb-ui'
// 方式2
import {WbButtonPlugin} from 'wb-ui'
const app = createApp()
app.use(WbButtonPlugin)
//方式3
import WBUI from 'wb-ui'
const app = createApp()
app.use(WBUI)

组件列表

WbButton
WbForm
WbFilterForm
WbCellSlot

icons 库

https://icones.netlify.app/ https://github.com/iconify/iconify/tree/master/packages/vue

Readme

Keywords

none

Package Sidebar

Install

npm i wb-ui

Weekly Downloads

1

Version

0.0.220

License

none

Unpacked Size

554 kB

Total Files

54

Last publish

Collaborators

  • luc-npm