[FR]: support for tabby vertical tabset #3963
Closed
kbvernon
started this conversation in
Feature Requests
Replies: 2 comments
-
I want to second this request. It would be cool if it could work in quarto websites (and perhaps documents) as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing in favour of #6255 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I don't come off as demanding, let me start off by saying Quarto is awesome. I'm very grateful for all the work you all put in to developing it. OK, so now for the FR.
tabby.js allows for vertical tabsets, you just have to set the display to grid. Would be nice if this could be implemented in Quarto. Here's some css based on the suggestion from the author of tabby:
Maybe this could be its own css class for use in Quarto, something like
.panel-tabset-vertical
? Would also be useful being able to set the relative column widths like:::: {.panel-tabset-vertical columns="25% 75%"} ### First Tab
Thanks!
* Original discussion about this FR is over at RStudio Community.
Beta Was this translation helpful? Give feedback.
All reactions