Missing docstring for ATTRIBUTES_MAPPINGS
. Check Documenter's build log for details.
Missing docstring for attributes
. Check Documenter's build log for details.
Missing docstring for q__elem
. Check Documenter's build log for details.
Missing docstring for xelem
. Check Documenter's build log for details.
Missing docstring for quasar
. Check Documenter's build log for details.
Missing docstring for vue
. Check Documenter's build log for details.
Missing docstring for xelem_pure
. Check Documenter's build log for details.
Missing docstring for quasar_pure
. Check Documenter's build log for details.
Missing docstring for vue_pure
. Check Documenter's build log for details.
StippleUI.API.csscolors
— Function`csscolors(name, color)`
`csscolors(names, colors)`
`csscolors(prefix, colors)`
Construct a css string that defines colors to be used for styling quasar elements.
Usage
css = styles(csscolors(:stipple, [RGB(0.2, 0.4, 0.8), "#123456", RGBA(0.1, 0.2, 0.3, 0.5)]))
ui() = css * dashboard(vm(model), class="container", [ btn("Hit me", @click(:pressed), color="stipple-3") ])