(css this)
Specifies the component-local CSS
Specifies the component-local CSS
(cssify str)
Replaces slashes and dots with underscore.
Replaces slashes and dots with underscore.
(local-class comp-class)
(local-class comp-class nm)
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.
(local-kw comp-class)
(local-kw comp-class nm)
Generate a keyword for a localized CSS class for use in Garden CSS syntax as a localized component classname keyword.
Generate a keyword for a localized CSS class for use in Garden CSS syntax as a localized component classname keyword.
(remove-from-dom id)
Remove the given element from the DOM by ID
Remove the given element from the DOM by ID
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close