simple-bulma
v1.0.0
Published
This is a package that provides a simple way to use Bulma in React Apps.
Maintainers
Readme
SIMPLE BULMA FOR REACT
The simplest way to use Bulma UI in your react apps.
Screenshot

Installation
Use the package manager npm to install simple-bulma.
npm install simple-bulmaUsage
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.
