Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexanbj/rulma

React components for Bulma
https://github.com/alexanbj/rulma

bulma react

Last synced: 3 months ago
JSON representation

React components for Bulma

Awesome Lists containing this project

README

        

# Rulma

[![build status](https://img.shields.io/travis/alexanbj/rulma/master.svg?style=flat-square)](https://travis-ci.org/alexanbj/rulma)
[![version](https://img.shields.io/npm/v/rulma.svg?style=flat-square)](https://www.npmjs.org/package/rulma)

> React components for [Bulma](https://github.com/jgthms/bulma).

#### Disclaimer
Rulma is in the early stages, with active development, so it could be subject to breaking changes.

## Getting started
#### Install
```bash
npm install --save rulma
```

#### Include Bulma CSS
Include either Bulma's CSS (or your modified version if you've changed the Bulma variables).

If you are using webpack with CSS loader:

Install Bulma:
```bash
npm install --save bulma
```
and import Bulma's CSS somewhere in your application:
```js
import 'bulma/css/bulma.css';
```

If not using webpack, you can simply include it in directly in the html `` section from some CDN of your choosing:
```html

```

#### Font Awesome
You probably want icons, so while you're at it, drop some [Font Awesome](http://fontawesome.io/) in there as well:
```html

```