Ui From Mockup

Create a React component based on a provided mockup or screenshot.

belumume updated 1mo ago
Claude CodeGeneric
View source ↗
# Implement UI from Mockup

Create a React component based on a provided mockup or screenshot.

Usage: /project:ui-from-mockup <component_name>

Process:
1. Analyze the provided mockup/screenshot for $ARGUMENTS
2. Identify UI patterns already in use in the codebase
3. Plan component structure and props interface
4. Create the component following existing patterns
5. Implement responsive design
6. Add proper TypeScript types
7. Take a screenshot of the implementation
8. Compare with original mockup
9. Iterate until matching (max 3 iterations)
10. Write unit tests for the component
11. Update component documentation

Requirements:
- Use existing Material-UI components
- Follow project's styling patterns
- Ensure accessibility (ARIA labels, keyboard navigation)
- Mobile-first responsive design

Maintain Ui From Mockup?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Ui From Mockup on getagentictools](https://getagentictools.com/loops/belumume-implement-ui-from-mockup?ref=badge)