My two cents: if you feel more comfortable coding functionalities now just try to focus on that and use a framework for styling, you could start with a classless framework like Simple CSS or a simple framework you like (I use Bulma when prototype my ideas). You just have to get used to good design and UI/UX. - Source: Reddit / 18 days ago
For styling, we are using Bulma CSS. Todos will be added by typing in the input box. Nothing works now, as we still need to add the javascript. - Source: dev.to / 23 days ago
Bulma (css framework that use rem). - Source: dev.to / about 1 month ago
I found that bulma https://bulma.io works great with yew... I also do like to have the css in one place so having a css/scss file lying somewhere that imports bulma. All of that is delivered or compiled using trunk. - Source: Reddit / about 2 months ago
This is almost a trivial task if you are working with a modern client-side JS framework. But if you are developing a web app using Django's template language with some CSS library (such as Bulma or Bootstrap), and potentially using HTMx for more dynamic behavior, this is not an easily solved problem. - Source: dev.to / about 1 month ago
150+ components but the doc lists less than 30, so I guess it's still a WIP? The ones present looks good, though I was looking for a responsive navbar one (since that's a component I reuse in 99% of my projects). I suck at CSS (I know the language, but I'm not a designer). It's like painting, I know how to take a brush and put paint on a canvas, but whatever I do is just ugly. This is why for frontend stuff, I... - Source: Hacker News / 3 months ago
What I think you're really looking for a front end framework. Bootstrap is the classic but that is fallen out of popularity a bit. Personally I'm a fan of Bulma. - Source: Reddit / 3 months ago
Bulma Bulma is a free, open-source framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces.CSS Knowledge is not needed when using bulma. - Source: dev.to / 3 months ago
But it's not required. In fact, if you want to speed up the process, use a CSS framework like Bulma, and start learning JavaScript. Although, if you're ultimate goal is to become employed as a frontend developer, then you're going to need to know your CSS. - Source: Reddit / 3 months ago
Yeah, I used Bootstrap for a long time, and got used to how it works. I wanted to like Tailwind, but it seems a bit disingenuous. It's like using inline style tags, just with shorter names. From time to time I've made an effort to learn how CSS works, but after a while I forget the details. It's more productive if I can browse a catalogue of visual examples, with concise markup that is easy to copy and paste.... - Source: Hacker News / 4 months ago
Documentation is available on bulma.io. - Source: dev.to / 4 months ago
For styling, depending on the look and feel you are shooting for, I would suggest either a classless CSS library like https://watercss.kognise.dev/ or (the one I sponsor) https://missing.style Or, if you want something a bit fancier and are willing to put in some work, Bulma is easy to get going with: https://bulma.io/ If you want to sprinkle in some fancy-pants AJAX functionality without going full JS front-end... - Source: Hacker News / 4 months ago
I found https://bulma.io/ to be a useful CSS framework for me. There were plenty of examples to work with. - Source: Reddit / 4 months ago
I've also been using Bulma which works really nicely with Kweb even without a DSL because it's just vanilla CSS classes. - Source: Reddit / 5 months ago
Here's my 2c: Learn SCSS, it is the best thing I love and use. Instead of bootstrap use bulma.io if you want something similar to it. - Source: Reddit / 5 months ago
Card view uses Masonry.JS, but the original author is rewriting the master using the more-actively-updated Bulma (I have mixed feelings). css-tricks.com also has a very interesting animated card view that may be of interest. - Source: Reddit / 5 months ago
Second Thing is To READ the documentation of Bulma.io. - Source: dev.to / 5 months ago
Learn Bulma as a first CSS framework, it's more fun than bootstrap. Why I'm saying this? Eventually, you have to use CSS framework/libraries while having good CSS knowledge (Like you can make a landing page by yourself). Bulma is easy to learn and then you can move to learn bootstrap if you want. Learning any CSS framework is not mandatory but some companies rely on them, Tailwind is one such library. Try to learn... - Source: Reddit / 5 months ago
For those interested in the nitty-gritty of the application itself, the frontend is developed using vue.js with bulma.io css framework for styling. The backend is running on a laptop in my basement and is served by sanic.dev both for static content and api/websockets. - Source: Reddit / 5 months ago
Lately I've been working a lote more with bulma.io, and finding it frustrating as a designer not having a complete library to work with. I started this one a while ago now, but finally put in the effort to finish it — hopefully it can help make life easier for some other folk here too! - Source: Reddit / 6 months ago
There are many CSS frameworks, but some of the most popular ones include Bootstrap, Tailwind CSS, ChakraUI, and Bulma. - Source: dev.to / 6 months ago
Do you know an article comparing Bulma to other products?
Suggest a link to a post with product alternatives.