What problem does it solve?
This Skill provides a robust, theme-agnostic React component library to accelerate UI development, ensuring consistency and adherence to best practices across Wiggum projects.
Core Features & Use Cases
- Component Reusability: Offers 60+ pre-built React components based on Radix primitives, eliminating the need to build common UI elements from scratch.
- Enforced Best Practices: Guides developers to use existing components, compose them effectively, and avoid raw HTML or hardcoded styles, promoting maintainability and accessibility.
- Use Case: When building a new feature that requires a modal dialog, a form input, and a button, use the
Dialog, Input, and Button components from @wiggum/stack instead of creating custom HTML and CSS.
Quick Start
Use the wiggum-stack skill to import and use the Button component in your React application.