The Changelog

What's new around here?

Succinct and informative updates about Flux.
September 7, 2026
Colored Flux buttons in a tilted grid with softly faded edges
Flux's filled, outline, ghost, and subtle buttons now support color, alongside primary. You can give an action a color without making it the loudest thing on the page.
Just add color with a standard Tailwind color name:
Copy to clipboard
<flux:button color="blue">Edit profile</flux:button>
That's the default outline button. Swap the variant to change the emphasis:
Copy to clipboard
<flux:button variant="filled" color="green">Approve</flux:button><flux:button variant="ghost" color="red">Remove</flux:button><flux:button variant="subtle" color="blue">View details</flux:button>
I'm particularly happy with the outlines. They keep the familiar surface and shadow, with color softly mixed into the label, border, and hover state. They still feel at home next to a regular Flux button.
Default, blue outline, and hovered red outline buttons
Ghost keeps a colored label on a transparent background. Subtle starts muted and brings out the color on hover. Small differences, but useful when you're deciding how much attention an action needs.
Neutral colors keep the default styling outside of primary.
Copyright © 2026 Wireable LLC ·Terms of Service
Built with by
Caleb Porzio and Hugo Sainte-Marie