React Component Generator
Generate production-ready React components with proper typing and accessibility.
Create a React functional component for: [describe the component]
Requirements:
- Props: [list expected props and their types]
- Styling: [Tailwind CSS / CSS modules / styled-components]
- State management: [local state / props only]
- Accessibility: include ARIA labels where relevant
- TypeScript: [yes/no]
Include the component, its TypeScript interface, and a usage example.
gpt-4claude-3
#react#typescript