22 lines
451 B
JSON
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"
|
|
}
|
|
}
|
|
}
|