elearning/Frontend-Learner/node_modules/quasar/src/components/bar/QBar.json
2026-01-13 10:48:02 +07:00

22 lines
451 B
JSON

{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/bar"
},
"props": {
"dense": {
"extends": "dense"
},
"dark": {
"extends": "dark",
"desc": "The component background color lights up the parent's background (as opposed to default behavior which is to darken it); Works unless you specify a CSS background color for it"
}
},
"slots": {
"default": {
"extends": "default"
}
}
}