hrms-manual/node_modules/quasar/dist/api/QCard.json
2023-09-06 14:51:44 +07:00

46 lines
No EOL
1 KiB
JSON

{
"type": "component",
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/card"
},
"props": {
"dark": {
"type": "Boolean",
"desc": "Notify the component that the background is a dark color",
"category": "style"
},
"square": {
"type": "Boolean",
"desc": "Removes border-radius so borders are squared",
"category": "style"
},
"flat": {
"type": "Boolean",
"desc": "Applies a 'flat' design (no default shadow)",
"category": "style"
},
"bordered": {
"type": "Boolean",
"desc": "Applies a default border to the component",
"category": "style"
},
"tag": {
"type": "String",
"desc": "HTML tag to use",
"examples": [
"div",
"span",
"div",
"form"
],
"category": "content",
"default": "div",
"required": false
}
},
"slots": {
"default": {
"desc": "Default slot in the devland unslotted content of the component"
}
}
}