Flux UI Development
When to Apply
Activate this skill when:
Creating UI components or pages
Working with forms, modals, or interactive elements
Checking available Flux components
Documentation
Use
search-docs
for detailed Flux UI patterns and documentation.
Basic Usage
This project uses the free edition of Flux UI, which includes all free components and variants but not Pro components.
Flux UI is a component library for Livewire built with Tailwind CSS. It provides components that are easy to use and customize.
Use Flux UI components when available. Fall back to standard Blade components when no Flux component exists for your needs.
Content
Verification Check component renders correctly Test interactive states Verify mobile responsiveness Common Pitfalls Trying to use Pro-only components in the free edition Not checking if a Flux component exists before creating custom implementations Forgetting to use the search-docs tool for component-specific documentation Not following existing project patterns for Flux usage