Liking cljdoc? Tell your friends :D

fulcro-spec.renderer


change-favicon-to-colorcljs

(change-favicon-to-color color)
source

colcljs

(col {:keys [width sm-width md-width lg-width xl-width halign valign push
             sm-push md-push lg-push xl-push]
      :as props}
     &
     children)

Output a div that represents a column in the 12-column responsive grid.

NOTE: halign works on anything, valign on on rows

Output a div that represents a column in the 12-column responsive grid.

NOTE: halign works on anything, valign on on rows
sourceraw docstring

color-favicon-data-urlcljs

(color-favicon-data-url color)
source

concat-class-stringcljs

(concat-class-string fragments)
(concat-class-string type fragments)
(concat-class-string base-str type fragments)

fragments is a collection of fragmentsto concatinate.

`fragments` is a collection of fragmentsto concatinate.
sourceraw docstring

concat-state-stringcljs

(concat-state-string states)
source

filter-buttoncljs

(filter-button icon-type data)
(filter-button icon-type data this-filter current-filter toggle-filter-cb)
source

filterscljs

source

find-testscljs

(find-tests test-filter namespaces)
source

has-status?cljs

(has-status? p)
source

HumanDiffcljs

(HumanDiff)
source

HumanDiffLinescljs

(HumanDiffLines)
source

iconcljs

(icon icon-path & {:keys [width height modifiers states className onClick]})
source

make-test-renderercljs

(make-test-renderer {:keys [with-websockets?] :or {with-websockets? true}})
source

material-icon-pathscljs

source

networkingcljs

source

ResultLinecljs

(ResultLine)
source

rowcljs

(row {:keys [distribute-extra-columns halign valign density] :as props}
     &
     children)

Generate a layout row. This is a div container for a row in a 12-wide grid responsive layout. Rows should contain layout columns generated with the col function of this namespace.

The properties are normal DOM attributes as a cljs map and can include standard React DOM properties.

:distribute-extra-columns can be :between or :around, and indicates where to put unused columns. - :between Unused column space is even distributed between columns 2COL _____ 2COL _____ 2COL - :around Unused column space is even distributed around columns __ 2COL __ 2COL __ 2COL __

:halign can be :start, :center, or :end for positioning a single child column in that position :valign can be :top, :middle, or :bottom and will affect the vertical positioning of nested cells that do not share a common height.

Generate a layout row. This is a div container for a row in a 12-wide grid responsive layout.
Rows should contain layout columns generated with the `col` function of this namespace.

The properties are normal DOM attributes as a cljs map and can include standard React DOM properties.

`:distribute-extra-columns` can be :between or :around, and indicates where to put unused columns.
    - :between Unused column space is even distributed between columns
        2COL _____ 2COL _____ 2COL
    - :around Unused column space is even distributed around columns
        __ 2COL __ 2COL __ 2COL __

`:halign` can be :start, :center, or :end for positioning a single child column in that position
`:valign` can be :top, :middle, or :bottom and will affect the vertical positioning of nested cells that do not
share a common height.
sourceraw docstring

SelectorControlcljs

(SelectorControl)
source

state-modscljs

source

test-headercljs

(test-header test-report current-filter toggle-drawer toggle-filter-cb)
source

test-infocljs

(test-info {:keys [pass fail error namespaces end-time run-time]}
           current-filter
           toggle-filter-cb)
source

test-item-classcljs

(test-item-class {:keys [fail error pass manual]})
source

test-maincljs

(test-main {:keys [namespaces]} current-filter)
source

test-selectorscljs

(test-selectors selectors)
source

TestItemcljs

(TestItem)
source

TestNamespacecljs

(TestNamespace)
source

TestRenderercljs

source

TestReportcljs

(TestReport)
source

TestResultcljs

(TestResult)
source

title-casecljs

(title-case s)

Capitalize every word in a string

Capitalize every word in a string
sourceraw docstring

toolbar-buttoncljs

(toolbar-button toggle-drawer)
source

ui-checkboxcljs

(ui-checkbox {:keys [id state checked className] :as props})

Render a checkbox (not the label). Props is a normal clj(s) map with React/HTML attributes plus:

:className - additional class stylings to apply to the top level of the checkbox :id string - Unique DOM ID. Required for correct rendering. :checked - true, false, or :partial

Render a checkbox (not the label). Props is a normal clj(s) map with React/HTML attributes plus:

`:className` - additional class stylings to apply to the top level of the checkbox
`:id` string - Unique DOM ID. Required for correct rendering.
`:checked` - true, false, or :partial
sourceraw docstring

ui-human-diffcljs

source

ui-human-diff-linescljs

source

ui-result-linecljs

source

ui-selector-controlcljs

source

ui-test-itemcljs

source

ui-test-namespacecljs

source

ui-test-resultcljs

source

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

× close