Liking cljdoc? Tell your friends :D

dgknght.app-lib.bootstrap-5

Functions to build bootstrap 5.x web elements

Functions to build bootstrap 5.x web elements
raw docstring

alertcljs

(alert {:keys [id severity message] :as a})

busy-buttoncljs

(busy-button {:keys [html caption icon busy? disabled?]
              :or {disabled? (atom false)}})

iconcljs


icon-with-textcljs

(icon-with-text icon-key text)
(icon-with-text icon-key text {:keys [size] :as options})

init-toastscljs

(init-toasts)


(nav-pills items)
(nav-pills options items)

(nav-tabs items)
(nav-tabs options items)

(navbar items {:keys [brand brand-path profile-photo-url secondary-items]})

paginationcljs

(pagination state)

spinnercljs

(spinner)
(spinner {:keys [style caption size] :or {caption "Loading..."}})

toastcljs

(toast {:keys [title body id]})

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

× close