Bulma dropdown doesn't seem to toggle on click. Below is the code snippet from the documentation:https://bulma.io/documentation/components/dropdown/ <link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0/css/bulma.min.css" r...
In a new laravel project, I installed bulma-calendar using npm install bulma-calendar --save-dev. In my app.scss file, I am importing both bulma and bulma-calendar like this: @import "~bulma"; @import "~bulma-calendar"; and in the...
I'm having trouble figuring out what I'm doing wrong here/how to fix it. I'm building a site using gatsby.js and bulma. It's my first time using either and I'm getting an issue when I try and build it that reads: WebpackError: d...
I am trying implement Bulma calendar in my project and I have a difficult setting a default start date. I am doing the following as per documentation. <input type="date" data-start-date="10/24/2019"> The date shows up fine w...
This is my js script. It only creates an anchor tag with text rather than a bulma button. elementos.forEach(function(value,index){ var button = document.createElement("a"); button.class = "button is-primary is-rounded"; b...
I wrote the following code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Mockup TOPdesk</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/...
What I'm trying to do is very straightforward: close every instance of a div each time the close button is clicked. What I'm getting instead is only the first clicked-on instance closes but the remaining ones can't. I must say I come fr...
The question says it all but I have 3 tabs in Buefy, the first two (summary and details) I have got covered and work correctly as expected but the third tab is a logout button so when I click it I want to fire a method to alert(""). My buefy...
I'll try my best to explain this as clearly as I can. I'm also using the Bulma CSS framework if it matters. So the layout I'm trying to create is this. I created a working version that can be seen in action here However, in the workin...
I'm working on a web app using Leaflet.js to create a map, Vue.js to manage the app, and Bulma for CSS. Bulma has a "modal" element, that should appear in front of everything else when its class is set to is-active. I...
©2020 All rights reserved.