All Projects → kulakowka → React Bulma

kulakowka / React Bulma

Licence: mit
React.js components for Modern CSS framework based on Flexbox

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Bulma

React Bulma Components
React components for Bulma framework
Stars: ✭ 1,015 (+126.06%)
Mutual labels:  react-components, bulma
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-3.12%)
Mutual labels:  react-components
React Leaflet
React components for Leaflet maps
Stars: ✭ 3,939 (+777.28%)
Mutual labels:  react-components
React Jsx Parser
A React component which can parse JSX and output rendered React Components.
Stars: ✭ 394 (-12.25%)
Mutual labels:  react-components
React Native Web
React Native Components and APIs for the Web
Stars: ✭ 19,563 (+4257.02%)
Mutual labels:  react-components
Buffet
Buffet.js — React Components Library made with styled-components
Stars: ✭ 416 (-7.35%)
Mutual labels:  react-components
Webdevscom
😍 All kinds of resources for Developers 🔱 in one place.
Stars: ✭ 364 (-18.93%)
Mutual labels:  bulma
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (-1.11%)
Mutual labels:  bulma
Ant Motion
🚴 Animate specification and components of Ant Design
Stars: ✭ 4,294 (+856.35%)
Mutual labels:  react-components
Recipes App React Native
Recipes App in React Native
Stars: ✭ 386 (-14.03%)
Mutual labels:  react-components
React Key Handler
React component to handle keyboard events 🔑
Stars: ✭ 386 (-14.03%)
Mutual labels:  react-components
React Bootstrap
Bootstrap components built with React
Stars: ✭ 20,261 (+4412.47%)
Mutual labels:  react-components
React Chat Ui
🙊 A library of React components for building chat UI's.
Stars: ✭ 424 (-5.57%)
Mutual labels:  react-components
Fresh
Landing page starter
Stars: ✭ 368 (-18.04%)
Mutual labels:  bulma
React Native Keyboard Aware Scroll View
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
Stars: ✭ 4,540 (+911.14%)
Mutual labels:  react-components
Re Bulma
[Deprecated] 💎Bulma components for React
Stars: ✭ 369 (-17.82%)
Mutual labels:  bulma
Bem React
A set of tools for developing user interfaces using the BEM methodology in React
Stars: ✭ 382 (-14.92%)
Mutual labels:  react-components
Svelma
Bulma components for Svelte
Stars: ✭ 401 (-10.69%)
Mutual labels:  bulma
React Virtualized
React components for efficiently rendering large lists and tabular data
Stars: ✭ 22,963 (+5014.25%)
Mutual labels:  react-components
Beautiful React Hooks
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
Stars: ✭ 5,242 (+1067.48%)
Mutual labels:  react-components

React-Bulma

React.js components for Modern CSS framework based on Flexbox

2017-06-01 2 52 24

2017-06-01 2 52 24

JavaScript Style Guide

Installation

npm install reactbulma

Usage

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

const App => () =>
  <div>
      <Button primary>Primary</Button>
      <Button info>Info</Button>
      <Button success>Success</Button>
      <Button warning>Warning</Button>
      <Button danger>Danger</Button>
  </div>
  

export default App

2017-10-10 22 16 02

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].