Liking cljdoc? Tell your friends :D
ClojureScript only.

re-frisk.ui.components.splits


drag-handlecljs

(drag-handle orientation over?)

Return a drag handle to go into a vertical or horizontal splitter bar: orientation: Can be :horizonal or :vertical over?: When true, the mouse is assumed to be over the splitter so show a bolder color

Return a drag handle to go into a vertical or horizontal splitter bar:
orientation: Can be :horizonal or :vertical
over?:       When true, the mouse is assumed to be over the splitter so show a bolder color
raw docstring

h-splitcljs

(h-split &
         {:keys [size width height on-split-change initial-split splitter-size
                 margin document]
          :or {size "auto"
               initial-split 50
               splitter-size "8px"
               margin "8px"
               document js/document}
          :as args})

Returns markup for a horizontal layout component

Returns markup for a horizontal layout component
raw docstring

v-splitcljs

(v-split &
         {:keys [size width height on-split-change initial-split splitter-size
                 margin document]
          :or {size "auto"
               initial-split 50
               splitter-size "8px"
               margin "8px"
               document js/document}})

Returns markup for a vertical layout component

Returns markup for a vertical layout component
raw docstring

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

× close