(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]]
(poppable)
Reagent wrapper for bootstrap's popover component. It accepts hiccup-style syntax in its :data-content attribute.
Reagent wrapper for bootstrap's popover component. It accepts hiccup-style syntax in its :data-content attribute.
(tooltip)
Reagent wrapper for bootstrap's tooltip component. Usage: [tooltip {:title "Your fabulous tooltip content goes here, m'dear"} ;; svg below is the clickable content - e.g. an icon and/or words to go ;; along with it. Implemented as the 'remaining' arg below. [:svg.icon.icon-question [:use {:xlinkHref "#icon-question"}]]]
Reagent wrapper for bootstrap's tooltip component. Usage: [tooltip {:title "Your fabulous tooltip content goes here, m'dear"} ;; svg below is the clickable content - e.g. an icon and/or words to go ;; along with it. Implemented as the 'remaining' arg below. [:svg.icon.icon-question [:use {:xlinkHref "#icon-question"}]]]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close