Liking cljdoc? Tell your friends :D

fulcro-css.css


CSS?clj/s

(CSS? class) : Returns true if the given component has css.

`(CSS? class)` : Returns true if the given component has css.
sourceraw docstring

cssifyclj/s

Replaces slashes and dots with underscore.

Replaces slashes and dots with underscore.
sourceraw docstring

fq-componentclj/s

source

get-classnamesclj/s

(get-classnames class) : Returns a map from user-given CSS rule names to localized names of the given component.

`(get-classnames class)` : Returns a map from user-given CSS rule names to localized names of the given component.
sourceraw docstring

get-cssclj/s

(get-css component)

Recursively gets all global and localized rules (in garden notation) starting at the given component.

Recursively gets all global and localized rules (in garden notation) starting at the given component.
sourceraw docstring

get-css-rulesclj/s

(get-css-rules component)

Gets the raw local and global rules from the given component.

Gets the raw local and global rules from the given component.
sourceraw docstring

get-global-rulesclj/s

(get-global-rules class) : Get the raw value from the global-rules of a component.

`(get-global-rules class)` : Get the *raw* value from the global-rules of a component.
sourceraw docstring

get-includesclj/s

(get-inculdes class) :Returns the list of components from the include-children method of a component

`(get-inculdes class)` :Returns the list of components from the include-children method of a component
sourceraw docstring

get-local-rulesclj/s

(get-local-rules class) : Get the raw value from the local-rules of a component.

`(get-local-rules class)` : Get the *raw* value from the local-rules of a component.
sourceraw docstring

get-nested-includesclj/s

(get-nested-includes class) : Recursively finds all includes starting at the given component.

`(get-nested-includes class)` : Recursively finds all includes starting at the given component.
sourceraw docstring

Global?clj/s

(Global? class) : Returns true if the component has global rules

`(Global? class)` : Returns true if the component has global rules
sourceraw docstring

local-classclj/s

Generates a string name of a localized CSS class. This function combines the fully-qualified name of the given class with the (optional) specified name.

Generates a string name of a localized CSS class. This function combines the fully-qualified name of the given class
with the (optional) specified name.
sourceraw docstring

localize-cssclj/s

(localize-css component)

Converts prefixed keywords into localized keywords and localizes the values of garden selectors

Converts prefixed keywords into localized keywords and localizes the values of garden selectors
sourceraw docstring

localize-selectorclj/s

(localize-selector selector comp)
source

raw-cssclj/s

(raw-css component)

Returns a string that contains the raw CSS for the rules defined on the given component's sub-tree. This can be used for server-side rendering of the style element, or in a style element as the :dangerouslySetInnerHTML/:html value:

(dom/style #js {:dangerouslySetInnerHTML #js {:__html (raw-css component)}})

Returns a string that contains the raw CSS for the rules defined on the given component's sub-tree. This can be used for
server-side rendering of the style element, or in a `style` element as the :dangerouslySetInnerHTML/:html value:

(dom/style #js {:dangerouslySetInnerHTML #js {:__html (raw-css component)}})
sourceraw docstring

remove-from-domcljs

(remove-from-dom id)

Remove the given element from the DOM by ID

Remove the given element from the DOM by ID
sourceraw docstring

set-classnameclj/s

source

style-elementcljs

(style-element component)

Returns a React Style element with the (recursive) CSS of the given component. Useful for directly embedding in your UI VDOM. DEPRECATED: Use fulcro-css.css-injection/style-element instead.

Returns a React Style element with the (recursive) CSS of the given component. Useful for directly embedding in your UI VDOM.
DEPRECATED: Use fulcro-css.css-injection/style-element instead.
sourceraw docstring

upsert-csscljs

(upsert-css id root-component)

(Re)place the STYLE element with the provided ID on the document's DOM with the co-located CSS of the specified component. DEPRECATED: Use fulcro-css.css-injection/upsert-css instead.

(Re)place the STYLE element with the provided ID on the document's DOM  with the co-located CSS of the specified component.
DEPRECATED: Use fulcro-css.css-injection/upsert-css instead.
sourceraw docstring

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

× close