first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
39
node_modules/quasar/dist/api/QBanner.json
generated
vendored
Normal file
39
node_modules/quasar/dist/api/QBanner.json
generated
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"type": "component",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/vue-components/banner"
|
||||
},
|
||||
"props": {
|
||||
"inline-actions": {
|
||||
"type": "Boolean",
|
||||
"desc": "Display actions on same row as content",
|
||||
"category": "content"
|
||||
},
|
||||
"dense": {
|
||||
"type": "Boolean",
|
||||
"desc": "Dense mode; occupies less space",
|
||||
"category": "style"
|
||||
},
|
||||
"rounded": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a small standard border-radius for a squared shape of the component",
|
||||
"category": "style"
|
||||
},
|
||||
"dark": {
|
||||
"type": "Boolean",
|
||||
"desc": "Notify the component that the background is a dark color",
|
||||
"category": "style"
|
||||
}
|
||||
},
|
||||
"slots": {
|
||||
"default": {
|
||||
"desc": "This is where Banner content goes"
|
||||
},
|
||||
"avatar": {
|
||||
"desc": "Slot for displaying an avatar (suggestions: QIcon, QAvatar)"
|
||||
},
|
||||
"action": {
|
||||
"desc": "Slot for Banner action (suggestions: QBtn)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue