Replies: 1 comment
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Why are you adding all those |
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.
-
Description
I want to display three valueboxes next to each other and embed them in a tabset so that I can display the same three valueboxes for different periods. I have the following MRE. Notice the ## Row without {.tabset}.
Home
Row
Column {width="33%"}
Column {width="33%"}
Column {width="33%"}
This produces:
What I want to achieve is the same layout visually, but within a tabset with several tabs. However, when I add {.tabset} to the ## Row part, it produces a tabset with each valuebox being a separate tab instead of all the valueboxes within one tab:
Home
Row {.tabset}
Column {width="33%"}
Column {width="33%"}
Column {width="33%"}
What I actually want to achieve is something like this (photoshopped):
Anyone got an idea how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions