-
Hi,
I tried to use your package in my project and i got stuck when trying to import the navbar component like this :
```
import Navbar from 'react-bulma-components/lib/components/navbar';
```
…
Alvai updated
6 years ago
-
Steps to reproduce:
```sh
gatsby develop
rm src/pages/mypage.js
```
Console output:
```
./node_modules/.bin/gatsby --version
1.1.10
yarn start v1.0.2
$ gatsby develop --port 4567
succes…
-
Hello @couds and team.
I use this `.is-mobile` class for some UI elements, but don't see this into `react-bulma-components` :(
Can you please add this props?
This is official docs: https://bulm…
koddr updated
6 years ago
-
Hi,
I see this line is causing an error in newer versions of react:
https://github.com/couds/react-bulma-components/blob/master/src/components/navbar/navbar.js#L71
It is listed with a TODO to…
-
_Bulma_ was used because there was no design at the beginning of the project, and because it is a "zero JS" CSS framework, which make it very easy to use with Vue.js or React.
Today 95% of css is not…
-
This will be most of the components I'll need.
-
I was trying the example [here](https://couds.github.io/react-bulma-components/?selectedKind=Form&selectedStory=Default&full=0&addons=0&stories=1&panelRight=0) by importing the form component like tha…
-
After updating to 2.0.0-3, I'm getting the `window are not defined` error. I'm using Next.js so this error likely happened at server side, which make sense. Apart from requiring the component on compo…
-
![Made with bulma](https://bulma.io/images/made-with-bulma.png)
[bulma.io](https://bulma.io/)
-
Hi,
(Sorry, i'm opening a lot of issues ^^')
I wanted to try the container component but my routes are not working when inside the container :(
this is my structure :
```js
…
Alvai updated
6 years ago