https://github.com/dfee/rbx
👟 rbx – The Comprehensive Bulma UI Framework for React
https://github.com/dfee/rbx
Last synced: 10 days ago
JSON representation
👟 rbx – The Comprehensive Bulma UI Framework for React
- Host: GitHub
- URL: https://github.com/dfee/rbx
- Owner: dfee
- License: mit
- Created: 2018-11-15T18:43:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:57:03.000Z (over 2 years ago)
- Last Synced: 2025-04-02T10:11:46.477Z (17 days ago)
- Language: TypeScript
- Homepage: https://dfee.github.io/rbx
- Size: 24.8 MB
- Stars: 474
- Watchers: 7
- Forks: 32
- Open Issues: 131
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - rbx - 👟 rbx – The Comprehensive Bulma UI Framework for React (TypeScript)
- stars - rbx
- stars - rbx
README
## rbx – The Comprehensive Bulma UI Framework for React
[](https://travis-ci.org/dfee/rbx)
[](https://coveralls.io/github/dfee/rbx?branch=master)
[](https://github.com/dfee/rbx)
[](https://www.npmjs.com/package/rbx) [](https://greenkeeper.io/)
### 👟 **[Read the docs](https://dfee.github.io/rbx)**.
🙃 _I'll wait, go check them out!_
### Features
- up-to-date Bulma implementation (0.7.5)
- written with TypeScript 3 for React 16
- well tested and [documented](https://dfee.github.io/rbx)
- extensive customization support
- _quite unopinionated, if you ask me_
- **very simple to get started**### To install
`npm install rbx` or `yarn add rbx`
### To use
```tsx
import "rbx/index.css";
import React from "react";
import { Columns } from "rbx";export const MyPage = () => (
First Column
Second Column
Third Column
Fourth Column
);
```Documentation for all the components, information on customization, a defense of design, and more is available at the [canonical rbx documentation](https://dfee.github.io/rbx)
### License
**rbx** is available under the [MIT License](https://opensource.org/licenses/MIT).
The sneaker logo is a modified version of the [Twitter Twemoji](https://github.com/twitter/twemoji) _running shoe_ under the [Creative Commons Attribution License](https://creativecommons.org/licenses/by/4.0/).
### Prior Art
This package was forked from [`react-bulma-components`](https://github.com/couds/react-bulma-components), and re-written in its entirety to support the latest version of Bulma, use TypeScript, and fix many outstanding bugs.