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: about 2 months ago
JSON representation
React.js components for Modern CSS framework based on Flexbox
- Host: GitHub
- URL: https://github.com/kulakowka/react-bulma
- Owner: kulakowka
- License: mit
- Created: 2017-05-30T21:04:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T10:04:31.000Z (over 5 years ago)
- Last Synced: 2024-05-20T03:14:24.747Z (7 months ago)
- Topics: bulma, bulma-css-framework, bulma-ui, react-bulma, react-components
- Language: JavaScript
- Homepage: https://code-typing-tutor.com
- Size: 1.61 MB
- Stars: 471
- Watchers: 9
- Forks: 58
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - react-bulma - React.js components for Modern CSS framework based on Flexbox (Uncategorized / Uncategorized)
- awesome-react - react-bulma - React.js components for Modern CSS framework based on Flexbox. ![](https://img.shields.io/github/stars/kulakowka/react-bulma.svg?style=social&label=Star) (UI Frameworks / style)
- awesome-learning-resources - react-bulma - React.js components for Modern CSS framework based on Flexbox (Uncategorized / Uncategorized)
- awesome-react - react-bulma - React.js components for Modern CSS framework based on Flexbox ` 📝 2 years ago` (React [🔝](#readme))
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)