Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 3.88 KB

README.md

File metadata and controls

87 lines (73 loc) · 3.88 KB

PureScript bindings for CSS framework Bulma.

Installation

  1. Install Bulma
npm install bulma
  1. Add this repository into your spago.yaml
  extraPackages:
    bulma:
       git: https://github.com/tusharad/purescript-bulma/
       ref: <latest commit hash>

Documentation

Module documentation is published on Pursuit

Note: Above documentation is from the original repository which is now unmaintained.

Example

coming soon. You can find below project using this repo.

Supported Bulma classes

License

MIT