Replies: 1 comment
-
It's not a bad idea on first look. But it would not work, unfortunately. Every tab position has a different HTML structure. Other fluent utilities use special CSS class names that do all the heavy lifting with media queries. But the same HTML structure is still the same. |
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.
-
I was thinking that it would be interesting that depending on the device, it changes the position of the tabs i.e. I'm using a TabPosition="TabPosition.Start", and I want to change the position of the tab if it's mobile, to TabPosition.Top.
Maybe something like, TabPosition="TabPosition.Start.OnDesktop.Top.OnMobile".
Beta Was this translation helpful? Give feedback.
All reactions