Liking cljdoc? Tell your friends :D
ClojureScript only.

rui.icons.components


facljs

(fa fa-name)
(fa fa-name spin?)
(fa fa-name spin? & {:keys [modifiers attrs]})

Returns Font Awesome icon by a given fa-name. Set spin? to true then an icon will spin. Kwargs: :modifiers - BEM modifiers :attrs - a map of attributes to override element's attributes

Returns Font Awesome icon by a given `fa-name`. Set `spin?` to `true` then an icon will spin.
Kwargs:
:modifiers - BEM modifiers
:attrs - a map of attributes to override element's attributes
sourceraw docstring

icon-labelcljs

(icon-label icon label & {:keys [modifiers]})

Wraps an icon and label together. You this component when you need to align an icon and label. Kwargs: :modifiers - BEM modifiers

Wraps an icon and label together. You this component when you need to align an icon and label.
Kwargs:
:modifiers - BEM modifiers
sourceraw docstring

label-iconcljs

(label-icon label icon & {:keys [modifiers]})

Wraps a label and an icon together. You this component when you need to align a label and icon. Kwargs: :modifiers - BEM modifiers

Wraps a label and an icon together. You this component when you need to align a label and icon.
Kwargs:
:modifiers - BEM modifiers
sourceraw docstring

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

× close