Questions tagged [bulma]

Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

Bulma is a CSS framework based on Flexbox and used by more than 200,000 developers.

Features

  • 100% responsive designed to be mobile first

  • Modular only requiring developers to import only the what's needed

  • Modern built with Flexbox

  • Full customization by setting SASS variables before importing

  • No JavaScript required - CSS only integrating into any JS enviroment

  • Free with a large open source community. Available on GitHub

Resources

Bulma-Start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.

The documentation has everything you need to create a website with Bulma.

939 questions
0
votes
1 answer

bulma place an element on the right of pagination element

I have a bulma pagination element that i want to place just on the right of it an html select. I use level component to achieve my goal but it's not working. here is my html code:
YouneL
  • 8,152
  • 2
  • 28
  • 50
0
votes
1 answer

Displays buefy@0.4.5 extraneous `-- font-awesome@4.7.0 extraneous when using npm install buefy and npm install font-awesome

When installing buefy and font-awesome it labels as extraneous and the folder is displayed with arrow with nothing in it. How to resolve this one. like this +-- buefy@0.4.5 extraneous -- font-awesome@4.7.0 extraneous
The Keeper
  • 429
  • 7
  • 16
0
votes
2 answers

disable pagination button in bulma not working

I have bulma pagination component like this: my purpose is to disable pagination-next button via jquery using prop…
YouneL
  • 8,152
  • 2
  • 28
  • 50
0
votes
1 answer

How to align cards in different rows

I'm trying to do something like this: https://nomadlist.com/ Rows of 3 elements (cards?) Going from top to bottom. Same size, perfectly aligned. I'm using Handlebars and Bulma CSS, and the card components and doing this:
0
votes
0 answers

UI not rendered properly after building VueJS 2 for production

when I run VueJS 2 with Bulma with Webpack locally, the UI renders fine. However, after building my site for production (npm run build), the UI layout goes off. Does anyone know what went wrong with the build process? This is a screenshot of vue…
mary
  • 121
  • 3
  • 12
0
votes
1 answer

How to achieve the affix navbar bootstrap effect in bulma?

Idea is when you scroll down the navbar to have some transition and then to stick it to the top. I've done this with bootstrap & jquery but now we are using bulma and plain js. Any help is appreciated.Thanks.
marto
  • 420
  • 1
  • 4
  • 15
0
votes
1 answer

How can I remove the wrapper div or change its type from div to span within ember-from-for?

I am using bulma.io and for using its style classes for a selectbox it requires the following code.