Liking cljdoc? Tell your friends :D

re-com.tabs


horizontal-bar-tabscljs

(horizontal-bar-tabs &
                     {:keys [model tabs on-change id-fn label-fn tooltip-fn
                             tooltip-position class style attr validate?]
                      :or {id-fn :id label-fn :label tooltip-fn :tooltip}
                      :as args})
source

horizontal-pill-tabscljs

(horizontal-pill-tabs &
                      {:keys [model tabs on-change id-fn class style attr
                              label-fn]
                       :or {id-fn :id label-fn :label}
                       :as args})
source

horizontal-tabscljs

(horizontal-tabs &
                 {:keys [model tabs on-change id-fn label-fn class style attr]
                  :or {id-fn :id label-fn :label}
                  :as args})
source

tabs-args-desccljs

source

vertical-bar-tabscljs

(vertical-bar-tabs &
                   {:keys [model tabs on-change id-fn label-fn class style attr
                           validate?]
                    :or {id-fn :id label-fn :label}
                    :as args})
source

vertical-pill-tabscljs

(vertical-pill-tabs &
                    {:keys [model tabs on-change id-fn class style attr
                            label-fn]
                     :or {id-fn :id label-fn :label}
                     :as args})
source

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

× close