Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

simple-bulma

cirlorm_io5MIT1.0.0

This is a package that provides a simple way to use Bulma in React Apps.

"css, libray", "bulma, react", "ui"

readme

SIMPLE BULMA FOR REACT

The simplest way to use Bulma UI in your react apps.

Buy Me A Coffee

Screenshot

Screenshot

Installation

Use the package manager npm to install simple-bulma.

npm install simple-bulma

Usage

import 'simple-bulma'

...
render () {
 return (
  <View>
    ....
    // for a primary button
    <button className="button is-primary" > Click Me</button>

    // for a heading
    <p className="title is-2">This is a Heading</p>
  </View>

 )
}
...

Documentation on Bulma is on https://bulma.io

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT