UI组件库合集

  • Ant Design

Ant Design Vue --- An enterprise-class UI components based on Ant Design and Vue.jsAn enterprise-class UI components based on Ant Design and Vuehttps://antdv.com/components/overview

  • Vant

Vant 4 - A lightweight, customizable Vue UI library for mobile web apps.A lightweight, customizable Vue UI library for mobile web apps.https://vant-contrib.gitee.io/vant/#/zh-CN/home

  • Element

Element - The world's most popular Vue UI frameworkElement,一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库https://element.eleme.cn/#/zh-CN/component/installation

  • Element Plus

Button 按钮 | Element PlusA Vue 3 based component library for designers and developershttps://element-plus.gitee.io/zh-CN/component/button.html

  • Echarts

Examples - Apache EChartsApache ECharts,一款基于JavaScript的数据可视化图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。https://echarts.apache.org/examples/zh/index.html#chart-type-line

  • Mint UI

Mint UI 下拉/上拉刷新-Loadmore_w3cschool下拉/上拉刷新,支持自定义 HTML 模板。引入import { Loadmore } from mint-ui;Vue.component(Loadmore.name, Loadmore);例子https://www.w3cschool.cn/mintui/mintui-c56q35s9.html

  • uView UI ------Uniapp移动端UI组件库

uView 2.0 - 全面兼容 nvue 的 uni-app 生态框架 - uni-app UI 框架uView UI,是 uni-app 生态最优秀的 UI 框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水https://www.uviewui.com/

相关推荐
人大博士的交易之路5 分钟前
数据结构算法——python数据结构
开发语言·数据结构·python
Han_han9198 分钟前
面向对象高级 继承(extends):
开发语言·python
我是伪码农10 分钟前
HTML和CSS复习
前端·css·html
林恒smileZAZ12 分钟前
前端实现进度条
前端
前端老石人15 分钟前
邂逅前端开发:从基础到实践的全景指南
开发语言·前端·html
阿珊和她的猫24 分钟前
以用户为中心的前端性能指标解析
前端·javascript·css
木心术124 分钟前
OpenClaw网页前端开发与优化全流程指南
前端·人工智能
Amumu1213825 分钟前
HTML5的新特性
前端·html·html5
SeSs IZED31 分钟前
【Nginx 】Nginx 部署前端 vue 项目
前端·vue.js·nginx
叫我一声阿雷吧39 分钟前
JS 入门通关手册(36):变量提升、暂时性死区与块级作用域
javascript·变量提升·暂时性死区·tdz·块级作用域· 前端面试