Liking cljdoc? Tell your friends :D

bulma-cljs

Reagent component library for Bulma

Clojars Project

How to use

Include bulma-cljs in your project.clj

[bulma-cljs "VERSION_NUMBER"]

Include Bulma CSS in your index.html file of your Reagent App.

Can get the CSS at bulma.io

Require bulma-cljs in your views

(ns my-project.views
     (:require [bulma-cljs.core :as b]))

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close