quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
65 lines (56 loc) • 1.49 kB
JSON
{
"meta": {
"docsUrl": "https://v1.quasar.dev/layout/header-and-footer"
},
"behavior": {
"$listeners": true
},
"props": {
"value": {
"type": "Boolean",
"desc": "Model of the component defining if it is shown or hidden to the user; Either use this property (along with a listener for 'input' event) OR use v-model directive",
"default": true,
"examples": [
"v-model=\"footerState\""
],
"category": "model"
},
"reveal": {
"type": "Boolean",
"desc": "Enable 'reveal' mode; Takes into account user scroll to temporarily show/hide footer",
"category": "behavior"
},
"bordered": {
"extends": "bordered"
},
"elevated": {
"type": "Boolean",
"desc": "Adds a default shadow to the footer",
"category": "style"
},
"height-hint": {
"type": [ "Number", "String " ],
"desc": "When using SSR, you can optionally hint of the height (in pixels) of the QFooter",
"default": 50,
"examples": [ "150" ],
"category": "behavior",
"addedIn": "v1.1.0"
}
},
"slots": {
"default": {
"desc": "Default slot in the devland unslotted content of the component; Suggestion: QToolbar"
}
},
"events": {
"reveal": {
"desc": "Emitted when 'reveal' state gets changed",
"params": {
"value": {
"type": "Boolean",
"desc": "New 'reveal' state"
}
}
}
}
}