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

26 lines
No EOL
657 B
JSON

{
"type": "component",
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/responsive"
},
"props": {
"ratio": {
"type": [
"String",
"Number"
],
"desc": "Aspect ratio for the content; If value is a String, then avoid using a computational statement (like '16/9') and instead specify the String value of the result directly (eg. '1.7777')",
"examples": [
":ratio=\"4/3\"",
":ratio=\"16/9\"",
"ratio=\"1\""
],
"category": "style"
}
},
"slots": {
"default": {
"desc": "Default slot in the devland unslotted content of the component"
}
}
}