npm.io
1.0.0 • Published 6 years ago

simple-bulma

Licence
MIT
Version
1.0.0
Deps
0
Size
248 kB
Vulns
0
Weekly
0

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

Keywords