CharlesIrvine
I would like to use Bulma with Phoenix 1.7. I tried to follow the directions here, but those directions seem seriously out-of-date.
Right now, it seems that the Bulma class definitions aren’t being found since the rendered html has no styling at all.
Can someone provide a pointer or two to get me going?
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
code-shoily
I recently did that. Not sure if this will be helpful for you but I can send you the commit that made it happen
https://github.com/code-shoily/covid19/commit/9025e3ff00bb67d83031bd4da2a6ad54fca0fe3a
I did install dart-sass btw. Let me know if it helps or you have any questions, I can write in detail once I’m back home. I intend to start a new project with Phoenix 1.7 tomorrow any way so I might as well document it too.
CharlesIrvine
Thanks a lot for sharing. I took a very brief look just now. There is a little more to it than I thought. I’ll dig in later. Plus, I don’t know if I want to get rid of Tailwind; I just wanted to add Bulma. I don’t know. I might not be making sense. I have good Elixir experience, but I’m new to Phoenix/LiveView/Tailwind. And I’m mostly clueless about sass. Thanks, again.
CharlesIrvine
Wow. I just took a look at your Covid App. Very inspiring!
code-shoily
Thank you
… The main branch is incomplete (and hopefully WIP)… the ClojureScript and Tailwind branches work but the data processing is slow. I intend to update this as soon as my hand heals from the injury I had last month.
code-shoily
Interesting. I guess if you want both to coexist then you could check if looking into the green highlights and not the deletes help in some way. I’ll be definitely interested to know how it goes.
CharlesIrvine
Did you get Bulma integrated into 1.7? If so, would you mind sharing notes on what you did? Thanks
code-shoily
Yes I did. The commit I touches that very roughly. I will convert it into a basic blog post or something and share here. I think I saw another post here today on this topic
I’ll jot something down here in an hour or two (right now, I am outside and that commit is the only note I have readily shareable)
Also I see the new Phoenix version (1.7.2) has an option to opt out of tailwind. This should have less work to update Bulma, and the 1.6 articles would be more applicable, right?
stwf
Nice! Building Bulma locally gets you a lot of customization options. The one part that still missing would be translating the ‘core_components.ex’ file into Bulma. It does seem like a lot of work though.
code-shoily
I was just trying to do this during the weekend, gave up for now. I think it will require doing it the hard way first to understand the pain points and abstraction opportunities and then attempting it.