I have a little tool that allows you to globally alter the props and classes used by blade components, making it super easy to customise external components without publishing their views. Just got it working with Livewire Flux!
Here are some more examples of what this can do. I've also made some tweaks to the API. There's also a `reset` option that allows you to remove all built-in classes, just in case you really really want to style the whole thing from scratch (but still keep all the behaviour).
I originally built this to use with my own package of general purpose components, but since it can now work with other packages maybe I should release it?



