UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

34 lines 728 B
{ "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" } } }