# ui-tools **Repository Path**: ZeroSumCloud/ui-tools ## Basic Information - **Project Name**: ui-tools - **Description**: ui扩展库定义 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-28 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ui-tools 定义及实现常见UI工具类,并提供UI组件的实现接口。本库并不实现具体UI组件,只提供操作类。 使用: > npm install @dydhyh/ui-tools ## 功能 - [x] Message,消息提示框 - [x] Confirm,确认框 - [ ] Loading,加载器 - [ ] Notification,通知 ### 装饰器 暂无