What problem does it solve?
Verifying visual changes to React UI components normally requires running the full dev server and navigating to the right page, which is slow and cumbersome. This Skill renders components in isolation with real Mantine v7 and Tailwind styling, capturing dark and light mode screenshots for immediate visual review.
Core Features & Use Cases
- Isolated Component Stories: Creates Ladle
.stories.tsx files with realistic mock data and multiple states (default, empty, overflow) near the component being modified.
- Automated Screenshot Capture: Uses browser automation to capture cropped screenshots of each story variant in both dark and light themes.
- Iterative Visual Review: Presents screenshots inline, gathers feedback, and re-captures after adjustments until the component looks right.
- Use Case: After fixing a visual bug in a sidebar card component, generate a story at 320px width, capture dark and light screenshots, and confirm the fix before committing.
Quick Start
Ask the assistant to preview the component you just modified and show screenshots of it in dark and light mode.