什么是 nested-card?
创建具有外部渐变容器和内部内容卡的卡片。在构建具有深度、分层卡片布局或具有图像部分和内容部分的卡片设计时使用。 来源:ainergiz/design-inspirations。
创建具有外部渐变容器和内部内容卡的卡片。在构建具有深度、分层卡片布局或具有图像部分和内容部分的卡片设计时使用。
通过命令行快速安装 nested-card AI 技能到你的开发环境
来源:ainergiz/design-inspirations。
Build premium card designs with an outer gradient container wrapping an inner content card, creating visual depth and separation between media and content areas.
| Outer card | | | | Background | bg-gradient-to-b from-[#e8e8ea] to-[#dcdce0] | bg-gradient-to-b from-zinc-700 to-zinc-800 | | Border | border-white/60 | border-zinc-600/40 | | Shadow | shadow-xl shadow-zinc-400/30 | shadow-xl shadow-black/50 | | Border radius | rounded-3xl | rounded-3xl | | Padding | p-2 | p-2 | | Media section | | |
| Border | border-white/40 | border-zinc-600/30 | | Border radius | rounded-2xl | rounded-2xl | | Inner card | | | | Background | bg-white | bg-zinc-900 | | Border radius | rounded-2xl | rounded-2xl | | Padding | px-5 py-4 | px-5 py-4 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ainergiz/design-inspirations --skill nested-card创建具有外部渐变容器和内部内容卡的卡片。在构建具有深度、分层卡片布局或具有图像部分和内容部分的卡片设计时使用。 来源:ainergiz/design-inspirations。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ainergiz/design-inspirations --skill nested-card 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ainergiz/design-inspirations