1. Describe the Visual Layout
Be specific about structure and spacing:
A card with:
- Header with icon (left) and title
- Description text below header
- Stats grid (3 columns) in the middle
- Action buttons (2) at the bottom right
2. Reference Design Inspirations
Mention sites or patterns you like:
A pricing table similar to Linear's or Vercel's pricing page.
Three tiers side by side, middle one highlighted as "popular".
3. Specify Interactive States
Describe hover, focus, and active states:
Cards should lift slightly on hover with a subtle shadow.
Selected cards have a purple border.
Buttons show loading spinner when clicked.
4. Include Dark Mode
v0 supports dark mode classes:
Design for both light and dark mode.
Dark mode: dark gray background, white text.
Light mode: white background, dark gray text.
5. Mention Accessibility Requirements
Ensure components are accessible:
The tabs should be keyboard navigable with arrow keys.
Include ARIA labels for screen readers.
Focus indicators should be visible.