Liking cljdoc? Tell your friends :D

dgknght.app-lib.bootstrap-4


alertcljs

(alert {:keys [message severity] :or {severity :info} :as alert} remove-fn)
source

decorate-typeahead-listcljs

(decorate-typeahead-list [tag attr :as elem])
source

help-popovercljs

(help-popover field {:keys [help]})
source

invalid-feedbackcljs

(invalid-feedback model field)
source

jq-popovercljs

(jq-popover selector opts)
source

jq-toastcljs

(jq-toast selector)
source

jq-tool-tipcljs

(jq-tool-tip selector)
source

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

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

(navbar {:keys [title title-url items secondary-items] :or {title-url "/"}})

Renders a bootstrap nav bar

Renders a bootstrap nav bar
sourceraw docstring

paginationcljs

(pagination state)

Creates navigation for paged data. Expects an derefable map with the following: :total - the total number of items in the data set :page-index - the current page index (0-based) :page-size - the number of items per page

Creates navigation for paged data. Expects an derefable map with the following:
:total      - the total number of items in the data set
:page-index - the current page index (0-based)
:page-size  - the number of items per page
sourceraw docstring

popovercljs

(popover {:keys [message id title]})
source

spinnercljs

(spinner)
(spinner {:keys [style] :or {style :border}})
source

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

× close