Neumorphic Elements
发表于|更新于
|浏览量:
与智者同行,必得智慧;与愚者相伴,必定无益处。——大卫王
分享一些前端漂亮的小组件
https://codepen.io/myacode/pen/PoqQQNM
效果还是非常惊艳的

相关推荐
2022-04-04
vercel
请给我勇气和欢愉,我要攀登这一天的顶峰。——博尔赫斯 vercel可以快速开发前端网站然后一键部署 网址:https://vercel.com/ 进来后我们登陆了可以看到控制台,创建一个应用 我这里选择一个nuxt.js的模板,点击create 我们的代码就已经自动clone到我们的github仓库中了 此时开始了自动部署 在一阵烟花特效后,点击Go to Dashboard可以回到控制台 进入我们的应用 点击visit即可访问 完成
2024-07-15
github官方图标库
不存在十全十美的文章,如同不存在彻头彻尾的绝望。——村上春树 github官方图标库 https://primer.style/foundations/icons 代码仓库 https://github.com/primer/octicons
2024-10-28
typescript-exercises(二)
亲善产生幸福,文明带来和谐。——雨果 题目: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566/*Intro: All 2 users liked the idea of the community. We should go forward and introduce some order. We are in Germany after all. Let's add a couple of admins. Initially, we only had users in the in-memory database. After introducing Admins, we need to fix the types so that everything works well together.Exercise: Type &q...
2023-09-04
mdit-vue
睡在哪里都是睡在夜里。 ——贾平凹《废都》 分享一个开源项目: GitHub - mdit-vue/mdit-vue: markdown-it plugins for Vue.js 这个项目在这里为 markdown-it 提供一些统一的插件,这是 JS 世界中最受欢迎的 markdown 解析器之一,以使其更好地与 Vue 配合使用 它是markdown-it的vue插件 GitHub - markdown-it/markdown-it: Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
2021-03-30
el-date-picker
但我拒绝!我岸边露伴最喜欢的事情之一,就是向那些自以为是的家伙说,NO! 但我拒绝!我岸边露伴最喜欢的事情之一,就是向那些自以为是的家伙说,NO!——岸边露伴 讲讲常用的el-date-picker属性 例如我们禁用今天前的日期,以及不让选择当前时间之前的时间点 12345678910<el-date-picker v-model="date" type="datetime" @change="disableTime" format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" placeholder="选择日期时间" :picker-options="{disabledDate:(v)=>v.getTime() < new Date().getTime() - 86400000}" ...
2025-11-17
vue-admin-better
往事依稀浑似梦,都随风雨到心头。——巴金《家》 https://github.com/zxwk1998/vue-admin-better Vue Admin Better:拒绝过度封装、极速构建体验的中后台前端框架深度解析 一个追求“更纯粹、更高效、更好上手”的 Vue 中后台解决方案。项目地址:GitHub 仓库 | 演示地址合集见下文 1. 为什么值得关注 Vue Admin Better?Vue 中后台生态已经很成熟,但很多脚手架/模板存在这些痛点:启动慢、打包时间长、封装过度不易定制、权限系统耦合复杂。Vue Admin Better 的定位非常鲜明: 拒绝过度封装,减少“找不到源码逻辑”的挫败感 极致构建体验:2025 全新版本宣称运行速度提升 10–15 倍,打包速度提升 20–30 倍 构建时间控制在 5 秒以内(飞一般体验) 支持 Vue2 + Element UI、Vue3 + Element Plus、Vue3 + Arco Design 多版本形态 跨平台(PC / 平板 / 手机)适配 已在 ...
