UNPKG

reactbulma

Version:

React.js components for Modern CSS framework based on Flexbox

39 lines (27 loc) 1.01 kB
# 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) [![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 => () => <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](https://user-images.githubusercontent.com/557190/31406050-a445338e-ae08-11e7-9dfe-eb4094abf71a.png)