reactbulma

3.0.4 • Public • Published

React-Bulma

React.js components for Modern CSS framework based on Flexbox

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

/reactbulma/

    Package Sidebar

    Install

    npm i reactbulma

    Weekly Downloads

    34

    Version

    3.0.4

    License

    none

    Unpacked Size

    406 kB

    Total Files

    78

    Last publish

    Collaborators

    • kulakowka