# AlexUI **Repository Path**: alex_2473_1/alex-ui ## Basic Information - **Project Name**: AlexUI - **Description**: 一个超级简陋的Vue3 UI🌶🐥框架 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2373o/AlexUI ## 涉及的外部组件 Project Name | Link | License | comment ------------------- | ---- | ------- | ------- vue3-marquee | | MIT | 源码修改,组件名称Marqueue, 正式版删除 ## 运行playground ``` sh 1. 安装依赖 bun install 2. 打包 bun run build 3. 运行playground bun setup bun play ``` ``` shell bun run build bun setup ``` ## Todo list > > external 为衍生组件,见playground - [x] button 按钮 - [x] dialog 对话框 - [ ] image-view 图片预览 (external) - [ ] input 输入框 - [ ] select 选择框 - [ ] switch 开关 - [ ] table 表格 - [ ] table-column - [ ] steps 步骤条 - [ ] step - [ ] pagination 分页 - [x] svg(icon) 图标 etc.