1.0.0 • Published 4 years ago

simple-bulma v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

SIMPLE BULMA FOR REACT

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

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

1.0.0

4 years ago