Kagol
Kagol
### Version latest ### Vue Version latest ### Link to minimal reproduction 创建一个vite工程,按照以下方式使用: ```vue import { ref } from 'vue' const source = ref([ 'C#', 'C', 'C++', 'CPython', 'Java', 'JavaScript',...
### Discussed in https://github.com/DevCloudFE/vue-devui/discussions/163 Originally posted by **Julinear** January 17, 2022 Drop Area中元素拖入Drop Area with Sortable中失效 
### What problem does this feature solve 目前还有部分组件没有相应的英文文档,会导致英文页面404 ### What does the proposed API look like 补充以下组件的英文文档 1. Button 2. Fullscreen 3. Icon 4. Overlay 5. Pagination 6. Loading 7....
### What problem does this feature solve 为了增加组件的用户体验,建议增加无障碍设计,比如WAI-ARIA、语义化标签、焦点管理、键盘方向键等 ### What does the proposed API look like 参考: https://www.w3.org/WAI/fundamentals/accessibility-intro/
### What problem does this feature solve 多个组件都有动画效果,建议统一封装成组件 ### What does the proposed API look like 参考: https://devui.design/components/zh-cn/design-animation/demo
When the editor is too high to have a document scroll bar and the table is in the bottom of the editor. then i insert a row/column in the table,...
After all, 2.0.0-dev.3 is a development version, not an official version, and also wants to know how much it costs to migrade?
本文将手把手教你使用 DevUI Admin 快速搭建一个美观大气的后台管理系统,0代码,纯命令行操作。 最终效果如下:  前提条件:在你的电脑安装[nodejs](https://nodejs.org/) 步骤: 1. 全局安装 Angular 12:`npm i -g @angular/cli@12` 2. 创建 Angular 工程:`ng new your-project && cd your-project` 3. 添加 DevUI Admin:`ng add ng-devui-admin`...
@pd4d10 修复以下两个问题: 1. 任务列表位置偏移 2. [https://github.com/xitu/juejin-markdown-themes/issues/119](https://github.com/xitu/juejin-markdown-themes/issues/119) 之前在[主题预览地址](https://juejin-markdown-themes.netlify.app/)验证过任务列表的效果,是没问题的,但是实际的掘金MD编辑器页面上会出现向下偏移`5px`的距离,本次PR修复该问题。 任务列表位置偏移问题:  修复之后的效果: 
### ⭐ Suggestion 为了保持React DevUI符合DevUI设计规范,建议引用同一份样式变量文件。 Ng DevUI设计规范样式变量文件: [https://github.com/DevCloudFE/ng-devui/blob/master/devui/style/devui.scss](https://github.com/DevCloudFE/ng-devui/blob/master/devui/style/devui.scss) ### 📃 Motivating Example ### 💻 Use Cases