Thin functional React components for Bulma.
I'm not currently using Bulma anywhere, and not working on this at the moment. If you'd like to continue work on this package, please open an issue and I'll hand you commit access.
npm install bulma bulmare
import { Notification, Delete } from 'bulmare'
<Notification danger>
<p>Something bad happened!</p>
<Delete />
</Notification>