前端常用组件页面

React UI 组件库
Ant Design :https://ant.design/
React Bootstrap: https://react-bootstrap.github.io/
MATERIAL-UI : https://material-ui.com/

Vue UI组件库
Element : https://element.eleme.io/#/zh-CN
vant 移动端方便 : https://youzan.github.io/vant/#/zh-C%E2%80%A6
View UI 收费可能侵权: https://www.iviewui.com/

动画库
Animate.css 纯css动画库 : https://animate.style/
tailwind.css 样式动画 :https://www.tailwindcss.cn/docs


常用效果组件
swiper 轮播图 : https://www.swiper.com.cn/
mescroll.js 滚动问题: http://www.mescroll.com/api.html

工具类轮子
lodash.js 几乎开发中用到的所有函数 : https://www.lodashjs.com/
Day.js 时间的相关操作 : https://dayjs.fenxianglu.cn/
timeago.js 及时更新 : https://github.com/hustcc/timeago.js
echarts 数据可视化 : https://echarts.apache.org/zh/index.html
Meditor.md Markdown 编辑器 : https://pandao.github.io/editor.md/
validator.js 表单验证 : https://github.com/validatorjs/validator.js

Vue工具类
vue-draggable 拖拽操作 : https://www.itxst.com/vue-draggable/tutorial.html
vue-qr 生成二维码彩色... : https://www.npmjs.com/package/vue-qr
vue-cropper 图片裁切工具上传图片按照规范裁切 : https://github.com/xyxiao001/vue-cropper
vue-lazyload 图片懒加载与其他组件冲突较小 : https://www.npmjs.com/package/vue-lazyload
vue-simple-upload 上传 : https://github.com/saivarunk/vue-simple-upload

图表库
https://www.makeapie.com/explore.html#sort=rank~timeframe=all~author=all


https://www.alpinejs.cn/
Alpine的优势在于DOM操作的简便性,例如:
在某些条件下显示和隐藏DOM节点,
绑定用户输入,
监听事件并相应地更改UI,

原文地址:https://www.cnblogs.com/BKY88888888/p/15407724.html