Skip to main content
Flux Pro components require a Flux Pro license. Visit fluxui.dev/pricing to upgrade and unlock these premium features.

What is Flux Pro?

Flux Pro is the premium tier of the Flux UI component library, providing advanced, production-ready components for building sophisticated Livewire applications. These components are designed for teams and projects that need enhanced functionality, complex interactions, and enterprise-grade features.

Pro Components

Flux Pro includes the following premium components:

Accordion

Collapsible content sections with smooth animations

Autocomplete

Smart search input with suggestions and filtering

Calendar

Full-featured calendar with event management

Chart

Beautiful data visualization and charting

Command

Keyboard-driven command palette interface

Composer

Rich comment and message composer interfaces

Context Menu

Right-click context menus for enhanced interactions

Date Picker

Elegant date selection with calendar view

Editor

Rich text editor with formatting controls

File Upload

Drag-and-drop file uploads with previews

Kanban

Drag-and-drop board for task management

Pillbox

Multi-select input with removable tags

Popover

Contextual overlays and tooltips

Slider

Range selection and value adjustment

Table

Advanced data tables with sorting and pagination

Tabs

Organized content in tabbed interfaces

Time Picker

Select time values with an intuitive picker interface

Toast

Non-intrusive notifications and alerts

Activation

Once you have purchased a Flux Pro license:

Step 1: Install Flux Pro

Install the Flux Pro package via Composer:
composer require livewire/flux-pro

Step 2: Activate Your License

Add your license key to your .env file:
FLUX_PRO_KEY=your-license-key-here

Step 3: Publish Components

Publish the Pro components you need:
php artisan flux:publish --pro
Or publish individual components:
php artisan flux:publish accordion
php artisan flux:publish table

Step 4: Start Building

Pro components are now available in your Livewire application. Use them with the <flux: prefix:
<flux:table :rows="$users">
    <!-- Your table configuration -->
</flux:table>

License Options

Flux Pro is available with flexible licensing options:
  • Solo: For individual developers and freelancers
  • Team: For small development teams
  • Enterprise: For large organizations with multiple projects
Visit fluxui.dev/pricing to compare plans and choose the right option for your needs.

Support

Flux Pro license holders receive priority support:
  • Access to private support channels
  • Faster response times
  • Direct access to the Flux team
  • Advanced documentation and tutorials
All Flux Pro components are built with the same quality and attention to detail as the core Flux library, ensuring consistency across your application.

Build docs developers (and LLMs) love