goto-bus-stop / bulmare

Thin React components for Bulma.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bulmare

Thin functional React components for Bulma.

Maintenance

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.

Installation

npm install bulma bulmare

Usage

import { Notification, Delete } from 'bulmare'

<Notification danger>
  <p>Something bad happened!</p>
  <Delete />
</Notification>

License

MIT

About

Thin React components for Bulma.

License:MIT License


Languages

Language:JavaScript 100.0%