Complete Card Design System
Design a full card component: shadow, gradient header, border-radius, glassmorphism overlay, and hover animation.
何时使用此配方
Build a complete card design system with multiple variants (solid, gradient, glass). Cards are the most reused component in modern UIs.
步骤
Box Shadow Generator
试用此工具 →Create depth with layered shadows
Gradient Generator
试用此工具 →Design the card header gradient
Border Radius Generator
试用此工具 →Apply asymmetric rounding
Filter Generator
试用此工具 →Add glass effect variant
Animation Generator
试用此工具 →Create hover lift effect
常见问题
How many card variants should a design system have?
3-4 variants: default (simple shadow), elevated (stronger shadow), outlined (border only), and interactive (hover effects). Add glassmorphism as a premium variant.
What's the ideal card border-radius?
8-16px is the modern sweet spot. Apple uses 12-16px. Google Material uses 4-12px. Match your design system's overall roundness level.
相关配方
Complete Button Style
Create a polished button with gradient background, shadow, border radius, and hover animation using MCP tools.
Hero Section Design
Design a stunning hero section with gradient background, flexbox centering, and entrance animation.
Card Component Style
Build a modern card component with shadow, border radius, hover transform, and smooth transitions.
Glassmorphism Effect
Create a frosted glass effect using backdrop-filter, gradient overlay, and border styling.