Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tabs] Support nested Tabs #5866

Open
Dassderdie opened this issue Jul 17, 2020 · 0 comments
Open

[tabs] Support nested Tabs #5866

Dassderdie opened this issue Jul 17, 2020 · 0 comments
Labels
comp(tabs) needs: demo demo for this feature / fix should be added

Comments

@Dassderdie
Copy link

This is about the Tabs-Component.

We would like to use nested tabs like this:

<tabset>
    <tab heading="Basic title">Basic content</tab>
    <tab heading="Basic Title 1">Basic content 1</tab>
    <tab heading="Basic Title 2">Basic content 2
        <br>
       <tabset>
            <tab heading="Basic title">Basic content</tab>
            <tab heading="Basic Title 1">Basic content 1</tab>
            <tab heading="Basic Title 2">Basic content 2</tab>
      </tabset>
    </tab>
</tabset>

We are aware that nested tabs are not great ux-wise, but we need this for a part that we generate recursively and see no better option for this.

I'm not sure wether this is a feature request or a bug report for the docs, because the documentation states that nested tabs are not supported, but in a brief test the code above seemed to work as expected.

@Dassderdie Dassderdie changed the title Support nested Tabs [tabs] Support nested Tabs Jul 17, 2020
@apotapcukv apotapcukv added the needs: demo demo for this feature / fix should be added label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp(tabs) needs: demo demo for this feature / fix should be added
Projects
None yet
Development

No branches or pull requests

3 participants