User experience: Accessibility, keyboard navigation, focus management, dropdown positioning, closing on click/esc/lose-focus, animations… it just works.
Modern design: Creating a good-looking UI isn’t easy, so the components are designed to look great and feel modern. That also includes dark-mode support and responsive design.
Customizability: While all components have an opinionated design, most can be customized.
In short, Fluxon UI aims to make starting new Phoenix apps easier and quicker while also providing a good-looking UI.
A bit of history
I started working on Fluxon UI in July. At first, I saw it as a personal project for my own use. My motivation was similar to what many of us feel when kicking off a new Phoenix project: a lot of time goes into creating basic components and handling UI-related tasks. So, I decided to package these components so I could use it across all my projects. That’s essentially how Fluxon started. As I was working on it, I realized this was a common problem in the community which inspired me to think about turning it into a product. After about four months, Fluxon UI is now officially launched.
What is the meaning behind the name “Fluxon”?
Fluxon is a quantum of electromagnetic flux. What is the relation of this to UI components? Probably none but I like physics and the name sounded cool and short.
Nice. Cant test it without buying it. But it looks nice. If i start a project and it gets investor backing maybe
But, doesnt this go on accord with the open source nature of the Elixir eco system ? Can you maybe package up a demo library at least ? Or is that impossible without revealing the crux i understand why its not in libraries section
I’ve been using Fluxon for a couple of days now, and it’s incredibly well put together. I really like the way it looks, but I’m especially impressed by how everything just works – I couldn’t find a single edge case that Andriel hasn’t thought of. Sheets and modals are stackable, keyboard navigation works correctly all the time, elements position themselves perfectly relative to the screen etc. It would have taken me forever to build this myself, so I feel like it was a fantastic purchase. I’m really looking forward to having more components
My bad; it should be fixed now. There was an issue with GH accounts that use the private email feature, which I didn’t even know was a thing until today. Thank you for letting me know!
Question: How do I add fluxon repo only once when I’m deploying my app on fly.io? RUN mix deps.get --only $MIX_ENV fails when I don’t have RUN mix hex.repo add fluxon ...