问题标签 [bulma]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - 使用 Bulma.io 的整页图像背景?
我正在使用Bulma.io CSS 库设计一个网站
并成功制作了整页彩色背景,但想使用图像,我可以在他们的文档中看到您可以指定图像的 px 大小,但我希望图像是流动的,调整大小给用户浏览器,在不引起任何问题的情况下,最好的方法是什么?
html - 我正在尝试在 bulma css 上使用汉堡菜单,但它不起作用。怎么了?
我是 bulma css http://bulma.io/的新手
我正在尝试为移动用户使用汉堡菜单。我只是按照此页面上的说明进行操作:http: //bulma.io/documentation/components/nav/
但它不起作用。我应该添加什么?
实际上,我可以看到汉堡菜单,但是当我单击它时它不起作用。
谢谢你。
css - Bulma:更改列的堆叠顺序
如何在手机或平板电脑上更改列的堆叠顺序?
例如,下面的代码在宽屏幕上水平显示元素,但是当它缩小时,我想2
在顶部。我不想改变 html 结构来做到这一点。
示例如下:
laravel-5.3 - Vue2 Laravel5.3 从 Bootstrap4 迁移到 Bulma0.3
我一直在为我的 laravel 项目使用 bootstrap 4,但似乎存在一些 JS 问题,我想尝试纯 css 包,例如 Bulma,但我不知道如何从 bootstrap 4 转移到 Bulma。
我已经安装了布尔玛
并通过以下方式卸载 Bootstrap
然后在我的 app.js 中删除一行代码如下
并且在 localhost:8000/ 控制台日志有如下错误:
未捕获的 ReferenceError:Vue 未在 Object. (app.js:371) 在webpack_require (app.js:20) 在 app.js:64 在 app.js:67
EDIT#1 所以 bootstrap.js 不是它所指的 bootstrap4。在 bootstrap.js 我有以下代码
所以当我卸载引导程序,现在控制台日志返回
未捕获的错误:找不到模块“引导程序”
我认为这是因为此 bootstrap.js 中的 require('bootstrap') 所以我将其删除并尝试执行require('bulma')
或import bulma from 'bulma';
但都可以。是不是我误解了vue中bulma的使用方式?
laravel - 如何让 Bulma CSS 框架与 Laravel Elixir 一起使用?
使用 npm 安装了 Bulma CSS 框架。现在我正试图让 Bulma 与 Laravel Elixir 一起工作。到目前为止,我的 gulpfile.js 中有这个:
但似乎没有任何效果。知道如何让它正常工作吗?
先感谢您。
webpack - TypeError:尝试使用 vue-bulma-tabs 时数据必须是字符串或缓冲区
我在使用 vue 和 vue-bulma-tabs 时遇到了这个奇怪的错误。
我认为与 webpack 有关,但我不知道问题是什么或如何解决。
要重现它,只需执行此操作
然后将其添加到 main.js 文件
然后运行
等等!有错误。我错过了什么?
html - Bulma form control width inhibited when wrapped in form tag
When following the Bulma documentation, you can wrap an input.input
with a p.control
in order to style it and have it spread the width of the container. But, when the container is a form (which it is likely to be) the controls shrink down to their default size. What am I doing wrong?
Code sample below: