Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gugutz/bulma-ui
- Owner: gugutz
- License: apache-2.0
- Created: 2018-04-01T00:21:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T23:11:42.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T00:11:17.258Z (19 days ago)
- Topics: components, css, css-framework, react, reactjs, styled-components
- Language: JavaScript
- Homepage: https://bulma-ui.netlify.com/
- Size: 615 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)