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

34 lines
No EOL
728 B
JSON

{
"type": "component",
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/tab-panels"
},
"props": {
"name": {
"type": "Any",
"desc": "Panel name",
"required": true,
"examples": [
"accounts",
"firstPanel",
":name=\"1\""
],
"category": "general"
},
"disable": {
"type": "Boolean",
"desc": "Put component in disabled mode",
"category": "state"
},
"dark": {
"type": "Boolean",
"desc": "Notify the component that the background is a dark color",
"category": "style"
}
},
"slots": {
"default": {
"desc": "Default slot in the devland unslotted content of the component"
}
}
}