Liking cljdoc? Tell your friends :D

im-tables.components.bootstrap


(dropdown)
source

inner-tooltipcljs

(inner-tooltip)
source

(modal)
source

popovercljs

(popover)

Reagent wrapper for bootstrap's popover component. It accepts hiccup-style syntax in its :data-content attribute. Usage: [popover [:li {:data-trigger hover :data-placement right :data-content [:div [:h1 Hello] [:h4 Goodbye]]} Hover-Over-Me]]

Reagent wrapper for bootstrap's popover component. It accepts
hiccup-style syntax in its :data-content attribute.
Usage:
[popover [:li {:data-trigger hover
               :data-placement right
               :data-content [:div [:h1 Hello] [:h4 Goodbye]]} Hover-Over-Me]]
sourceraw docstring

tooltipcljs

(tooltip)

Reagent wrapper for bootstrap's popover component. It accepts hiccup-style syntax in its :data-content attribute. Usage: [popover [:li {:data-trigger hover :data-placement right :data-content [:div [:h1 Hello] [:h4 Goodbye]]} Hover-Over-Me]]

Reagent wrapper for bootstrap's popover component. It accepts
hiccup-style syntax in its :data-content attribute.
Usage:
[popover [:li {:data-trigger hover
               :data-placement right
               :data-content [:div [:h1 Hello] [:h4 Goodbye]]} Hover-Over-Me]]
sourceraw docstring

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

× close