Ecosyste.ms: Awesome

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

https://github.com/kulakowka/react-bulma

React.js components for Modern CSS framework based on Flexbox
https://github.com/kulakowka/react-bulma

bulma bulma-css-framework bulma-ui react-bulma react-components

Last synced: 26 days ago
JSON representation

React.js components for Modern CSS framework based on Flexbox

Lists

README

        

# React-Bulma

React.js components for Modern CSS framework based on Flexbox

- Styleguide: https://kulakowka.github.io/react-bulma/
- Official Repo: https://github.com/jgthms/bulma
- Official Site: http://bulma.io
- NPM: http://npmjs.com/package/reactbulma

![2017-06-01 2 52 24](https://cloud.githubusercontent.com/assets/557190/26658839/5da1e0f8-4675-11e7-8c24-3cf7c9a92275.png)

![2017-06-01 2 52 24](https://cloud.githubusercontent.com/assets/557190/26658839/5da1e0f8-4675-11e7-8c24-3cf7c9a92275.png)

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

## Installation

```bash
npm install reactbulma
```

## Usage

```jsx
import React from 'react'
import { Button } from 'reactbulma'

const App => () =>


Primary
Info
Success
Warning
Danger

export default App
```

![2017-10-10 22 16 02](https://user-images.githubusercontent.com/557190/31406050-a445338e-ae08-11e7-9dfe-eb4094abf71a.png)