[material-ui][Tabs] How to create a vertical tab with an arrow? #40045
Labels
component: tabs
This is the name of the generic UI component, not the React module!
package: material-ui
Specific to @mui/material
support: question
Community support but can be turned into an improvement
support: Stack Overflow
Please ask the community on Stack Overflow
v4.x
Duplicates
Latest version
Steps to reproduce 🕹
I'm trying to create mui4 tabs with vertical orientation and vector or aerrow shape indicator for selected tab.
But seems like it's completely impossible with React MUI4 library.
https://v4.mui.com/components/tabs/#vertical-tabs
This is what I'm trying to achieve,
Tried with css as well as below props but no luck
indicatorInset TabIndicatorProps
Current behavior 😯
Not able to customize vector as vector gets hidden when trying to position it outside of tab border.
Expected behavior 🤔
Can position indicator as svg or css vector outside of tab border
Context 🔦
N/A
Your environment 🌎
N/A
The text was updated successfully, but these errors were encountered: