(horizontal-bar-tabs &
{:keys [model tabs on-change id-fn label-fn tooltip-fn
tooltip-position class style attr parts src
debug-as validate? disabled?]
:or {id-fn :id label-fn :label tooltip-fn :tooltip}
:as args})
(horizontal-pill-tabs &
{:keys [model tabs on-change id-fn label-fn class style
attr parts src debug-as disabled?]
:or {id-fn :id label-fn :label}
:as args})
(horizontal-tabs &
{:keys [model tabs on-change id-fn label-fn class style attr
parts disabled?]
:or {id-fn :id label-fn :label}
:as args})
(vertical-bar-tabs &
{:keys [model tabs on-change id-fn label-fn class style attr
parts src debug-as validate? disabled?]
:or {id-fn :id label-fn :label}
:as args})
(vertical-pill-tabs &
{:keys [model tabs on-change id-fn label-fn class style attr
parts src debug-as disabled?]
:or {id-fn :id label-fn :label}
:as args})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close