Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.rendering.semantic-ui.semantic-ui-controls

This ns requires all semantic UI renderers for form controls and includes a map that can be installed to set SUI as the default control set.

This ns requires all semantic UI renderers for form controls and includes a map that can be installed to
set SUI as the default control set.
raw docstring

com.fulcrologic.rad.semantic-ui-options

Documented option keys for setting rendering-specific customization options when using Semantic UI Plugin as your DOM renderer.

ALL options MUST appear under the rendering options key:

(ns ...
  (:require
     [com.fulcrologic.rad.semantic-ui-options :as suo]
     ...))

(defsc-report Report [this props]
  {suo/rendering-options { ... }}}

Most of the options in this file can be given a global default using

(set-global-rendering-options! fulcro-app options)

where the options is a map of option keys/values.

Documented option keys for setting rendering-specific customization
options when using Semantic UI Plugin as your DOM renderer.

ALL options MUST appear under the rendering options key:

```
(ns ...
  (:require
     [com.fulcrologic.rad.semantic-ui-options :as suo]
     ...))

(defsc-report Report [this props]
  {suo/rendering-options { ... }}}
```

Most of the options in this file can be given a global default using

```
(set-global-rendering-options! fulcro-app options)
```

where the `options` is a map of option keys/values.
raw docstring

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

× close