Awesome
Bloomer
==================================
A cool set of React Stateless components for Bulma
<p align="center"> <a href='http://bloomer.js.org' title='Check Bloomer page'> <img src='https://github.com/AlgusDark/bloomer/blob/master/docs/07990594.png' width=400 role="presentation"> </a> </p>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