Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

AlgusDark/bloomer

Repository files navigation

Bloomer

==================================

LICENSE NPM Downloads NPM Version Build Status Coverage Status Gluten Status

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

Donate

Contributions

All contributions are welcome send your PR and Issues.

License

This is a open-source software licensed under the MIT license

About

A set of React components for Bulma CSS Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

AltStyle によって変換されたページ (->オリジナル) /