ViewComponent Patterns Build modern, component-based UIs with ViewComponent using Evil Martians' view component-contrib patterns. When to Use This Skill - Creating ViewComponent classes - Implementing slots and style variants - Building Lookbook previews - Testing components in isolation - Refactoring partials to components Core Principle: Components Over Partials Prefer ViewComponents over partials for reusable UI. Why ViewComponents? - Better encapsulation than partials - Testable in isolation - Object-oriented approach with explicit contracts - IDE support and type safety - Performance ben…