We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is about the Tabs-Component.
We would like to use nested tabs like this:
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.
The text was updated successfully, but these errors were encountered: