-
Notifications
You must be signed in to change notification settings - Fork 23
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: nesting #158
Comments
This is doable! As for naming, maybe |
The problem with (Related example: from an |
iterative/gatsby-theme-iterative#138 would avoid the problem of alpha transparency addition taking us to multiple shades of grey. I count at least 2 puns in that sentence. Fine with sorting iterative/gatsby-theme-iterative#138 later though - it looks ok for now. |
Nested tabs (
<tab title="Container"><tab title="sub"></tab></tab>
would be nice. Not sure of how to show them in URLs though. Probably/?tab=Container-sub
?The text was updated successfully, but these errors were encountered: