import{_ as s,c as a,o as n,d as t}from"./app.99998402.js";const D=JSON.parse('{"title":"Subtabs and Microtabs","description":"","frontmatter":{},"headers":[],"relativePath":"public/gamedevtree/docs/subtabs-and-microtabs.md","lastUpdated":null}'),e={name:"public/gamedevtree/docs/subtabs-and-microtabs.md"},o=t(`

Subtabs and Microtabs

Subtabs are separate sections of a tab that you can view by selecting one at the top of the tab. Microtabs are smaller areas that function in much the same way.

Subtabs are defined by using the tab format like this, where each element of tabFormat is given the name of that subtab:

js
    tabFormat: {
        "Main tab": {
            *subtab features*
        },
        "Other tab": {
            *subtab features*
        },

        etc
    },

Microtabs are defined similarly, and use the same features, but are defined in the "microtabs" feature. Each entry is a group of tabs which will appear in a microtabs component. The first set, "stuff", has 2 tabs, and the second, "otherStuff", has none.

js
    microtabs: {
        stuff: {
            first: {
            *subtab features*
            },
            second: {
            *subtab features*
            },
        },

        otherStuff: {
            // There could be another set of microtabs here
        }
    },

Normal subtabs and microtab subtabs both use the same features:

Features:

`,9),l=[o];function p(c,r,i,F,u,y){return n(),a("div",null,l)}const h=s(e,[["render",p]]);export{D as __pageData,h as default};