Liking cljdoc? Tell your friends :D

fulcro-css.css


CSSclj/s≠protocol

include-childrenclj/s

(include-children this)

Specifies the components (typically direct children) whose CSS should be included.

Specifies the components (typically direct children) whose CSS should be included.

local-rulesclj/s

(local-rules this)

Specifies the component's local CSS rules

Specifies the component's local CSS rules
source

CSS?clj/s

(CSS? x)

Returns true if the given component has css

Returns true if the given component has css
sourceraw docstring

get-classnamesclj/s

(get-classnames comp)

Returns a map from user-given CSS rule names to fulcro-css localized names of the given component.

Returns a map from user-given CSS rule names to fulcro-css 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-global-rulesclj/s

(get-global-rules component)

Get the raw value from the global-rules of a component.

Get the *raw* value from the global-rules of a component.
sourceraw docstring

get-includesclj/s

(get-includes component)

Returns the list of components from the include-children method of a component

Returns the list of components from the include-children method of a component
sourceraw docstring

get-local-rulesclj/s

(get-local-rules component)

Get the raw value from the local-rules of a component.

Get the *raw* value from the local-rules of a component.
sourceraw docstring

get-nested-includesclj/s

(get-nested-includes component)

Recursively finds all includes starting at the given component.

Recursively finds all includes starting at the given component.
sourceraw docstring

Globalclj/s≠protocol

global-rulesclj/s

(global-rules this)

DEPRECATED. Will be removed in a future release. Do not use for new applications. Use the $ prefix instead.

DEPRECATED. Will be removed in a future release. Do not use for new applications. Use the `$` prefix instead.
source

Global?clj/s

(Global? x)

Returns true if the component has global rules

Returns true if the component has global rules
sourceraw docstring

implements-protocol?clj

(implements-protocol? x protocol protocol-key)
source

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

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.

Returns a React Style element with the (recursive) CSS of the given component. Useful for directly embedding in your UI VDOM.
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.

(Re)place the STYLE element with the provided ID on the document's DOM  with the co-located CSS of the specified component.
sourceraw docstring

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

× close