v0·Prompt

v0 Prompt: Generate Beautiful React Components

When to Use This Prompt

Use this when you need a specific UI component that looks professional. v0 excels at generating design-polished React components.

The Prompt

Create a [COMPONENT TYPE] component with the following design:

- Clean, modern aesthetic inspired by Apple and Linear
- Use shadcn/ui components as the foundation
- Tailwind CSS for all styling (no inline styles)
- Fully responsive (mobile-first)
- Accessible (proper ARIA labels, keyboard navigation)
- Dark mode compatible
- Smooth transitions and hover states

Specific requirements:
[LIST YOUR SPECIFIC COMPONENT REQUIREMENTS]

Export as a single React component with TypeScript props interface.

What to Customize

Replace [COMPONENT TYPE] with your component (e.g., pricing table, user profile card, data table). Add specific design requirements.

Expected Output

A single React component file using shadcn/ui and Tailwind CSS. Ready to copy into your Next.js project. Usually 50-150 lines.