(navbar {:keys [title title-url items secondary-items] :or {title-url "/"}})
Renders a bootstrap nav bar
Renders a bootstrap nav bar
(pagination state)
(pagination state
{:keys [total-key page-size-key page-index-key]
:or {total-key [:total]
page-size-key [:page-size]
page-index-key [:page-index]}})
(pagination total page-size page-index)
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