fall-ui
v0.0.14
Published
一个vue3 ui 组件库
Readme
Fall-UI组件库
使用vue3.js
拥有的组件
button 按钮 button-group 按钮组 checkbox 多选框 checkbox-group 多选框组 checkbox-all 全选框 container 容器 main 容器中主体 header 容器中头 footer 容器中尾 aside 容器侧边 drawer 抽屉 form 表单 form-item 表单项 icon 图标 input 输入框 mask 遮罩层 message 消息提示 messagebox 对话框 modal 模态框 radio 单选框 radio-group 单选框组 row 行布局 col 行中列 switch 切换按钮 textarea 文本域
使用
npm i fall-ui
import fallui from 'fall-ui'
app.use(fallui) 样式引入 import 'fall-ui/themes/index.css' 图标引入 import fallIcon from 'fall-ui/es/icons.mjs' app.use(fallIcon)
message messagebox drawer 使用函数调用形式 FlMessage() FlMessageBox() FlDrawer()
其余 fl-xxx
各组件属性
完善中...
项目地址
https://gitee.com/zcfong/fall-ui
