(navbar {:keys [title title-url items secondary-items] :or {title-url "/"}})
Renders a bootstrap nav bar
Renders a bootstrap nav bar
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close