What problem does it solve? Building interactive Livewire interfaces from scratch is slow and inconsistent. This Skill provides ready-made patterns for Flux UI components so you can assemble forms, modals, tables, and other UI elements in Laravel Livewire applications without guessing component syntax or icon names. ## Core Features & Use Cases - Flux Component Patterns: Provides Blade snippets for buttons, inputs, modals, form fields, badges, tooltips, and other free-edition Flux components. - Icon Integration: Guides correct usage of Heroicons by exact name and Lucide icons imported via the php artisan flux:icon Artisan command. - Validation & Form Patterns: Shows standard field, label, input, and error wiring with wire:model for Livewire forms. - Use Case: When building an admin product form in a Laravel 13 + Livewire 4 project, use this Skill to compose flux:field, flux:input, flux:modal, and flux:button components with proper validation error display. ## Quick Start Ask the assistant to create a Livewire form with Flux UI components including an email field, validation errors, and a submit button.