React Component

S
@System
12 days ago
Fork

Create a production-ready React component for a {{component_name}}.

Tech Stack: React, TypeScript, Tailwind CSS.

Requirements:

  1. Use functional components with hooks.
  2. Strictly typed props (interface).
  3. distinct logic and UI.
  4. Tailwind CSS for styling (responsive, dark mode support).
  5. Accessibility (ARIA attributes) where applicable.
  6. Handle edge cases (loading, error, empty states).

Description: {{description}}

Variables 2

Component Name {{component_name}}
e.g., UserProfileCard
Description {{description}}
A card showing user avatar, name, and bio...