ClaudeCoding

React Component Builder

@promptall3h ago 3769
Create a production-ready React component with these specs:

Component name: [NAME]
Purpose: [WHAT IT DOES]
Props needed: [LIST PROPS]
State management: [local state/context/zustand/redux]
Styling: [Tailwind CSS/CSS modules/styled-components]

Requirements:
- TypeScript with proper interfaces
- Accessibility (ARIA labels, keyboard nav)
- Error boundary handling
- Loading states
- Mobile responsive
- Unit tests with React Testing Library
- JSDoc comments
- Storybook story (optional)

Comments

to leave a comment.

No comments yet. Be the first to comment!

React Component Builder | PromptAll