Bloomer
==================================
A cool set of React Stateless components for Bulma
Install
Bulma should be included in your project.
Using NPM
$ npm install bloomer --save
Using Yarn
$ yarn add bloomer
Using CDN
<html>
<head>
...
</head>
<body>
Other libraries
<script type="text/javascript" src="https://unpkg.com/bloomer/bundles/bloomer.min.js">
Cutom code
</body>
</html>
Usage
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Container, Box } from 'bloomer';
ReactDOM.render(
<Container>
<Box>Hello World!</Box>
</Container>,
document.getElementById('root')
);
Documentation
The online documentation resides in bloomer page, you can find all the different topics related to this library.
Sections
Buy me a beer
Contributions
All contributions are welcome send your PR and Issues.
License
This is a open-source software licensed under the MIT license
React 16 - Not working
Hi Team, can we have this library for React 16. I see it is using React.createElement and both React.createElement and React.PropTypes has been deprecated.
no way to use Tab & TabLink with NavLink from 'react-router'
will generate:
But,
NavLink
fromreact-router
can only add className to itself, if it's active.if we're in
/path
url, it will generate:So, even if we compose
NavLink
&TabLink
, there's still no way to usebulma
's style with it. Because, we can't add className toTab
whenNavLink
is active.CSS not loaded
The CSS is not loaded when using bloomer with next.js. Take a look at this example:
componentes/hero.js
layouts/body.js
pages/index.js
There are no errors in the dev console. The css from