# fall-ui **Repository Path**: zcfong/fall-ui ## Basic Information - **Project Name**: fall-ui - **Description**: vue3.js ui组件库 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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' message messagebox drawer 使用函数调用形式 FlMessage() FlMessageBox() FlDrawer() 其余 fl-xxx # 各组件属性 ... # 在线文档