quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
22 lines • 469 B
JSON
{
"type": "plugin",
"meta": {
"docsUrl": "https://v2.quasar.dev/quasar-plugins/addressbar-color"
},
"injection": "$q.addressbarColor",
"methods": {
"set": {
"desc": "Sets addressbar color (for browsers that support it)",
"params": {
"hexColor": {
"type": "String",
"desc": "Color in hex format",
"required": true,
"examples": [
"#ff0000"
]
}
}
}
}
}