Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gugutz/bulma-ui

Bulma components for React
https://github.com/gugutz/bulma-ui

components css css-framework react reactjs styled-components

Last synced: 16 days ago
JSON representation

Bulma components for React

Awesome Lists containing this project

README

        

# bulma-ui

[![npm (scoped)](https://img.shields.io/npm/v/bulma-ui.svg)](https://www.npmjs.com/package/bulma-ui)
[![dependencies status](https://img.shields.io/david/gugutz/bulma-ui.svg?style=flat)](https://david-dm.org/gugutz/bulma-ui)
[![build status](https://img.shields.io/travis/gugutz/snabbx.svg)](https://travis-ci.com/gugutz/bulma-ui)
[![coverage status](https://img.shields.io/coveralls/github/gugutz/bulma-ui.svg?style=flat)](https://coveralls.io/github/gugutz/bulma-ui?branch=master)
[![semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

> Bulma components for React

[Bulma](https://bulma.io/) components built with [React](https://reactjs.org/).
This repository is heavily under development and unstable. [See how is the progress of the creation of the components](https://github.com/gugutz/bulma-ui/issues/1).

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Credits](#credits)
- [Contributing](#contributing)
- [License](#license)

## Install

This project uses [node](http://nodejs.org) and [npm](https://npmjs.com).
Go check them out if you don't have them locally installed.

```sh
$ npm install --save bulma-ui
```

Make sure to include the Bulma CSS file on your project. You can either do that by using a cdn or importing the npm package.

## Usage

[Checkout the docs](http://bulma-ui.netlify.com/).

## Credits

All the credits go to @jgthms for creating [Bulma](https://bulma.io/).

## Contributing

See the [contributing file](CONTRIBUTING.md).

## License

[Apache License, Version 2.0](LICENSE.md) © [Gustavo P Borges](https://github.com/gugutz)