mui-toolpad
                                
                                 mui-toolpad copied to clipboard
                                
                                    mui-toolpad copied to clipboard
                            
                            
                            
                        Support Tabs component
Duplicates
- [X] I have searched the existing issues
Latest version
- [X] I have tested the latest version
Summary 💡
Currently, Toolpad supports Tabs. Tabs are basically sub-pages. This issue is about Tabbed containers.
https://mui.com/material-ui/react-tabs/
One of: https://github.com/mui/mui-toolpad/issues/78
@prakhargupta1 can you confirm if I understand correctly that we want something ala Tabbed container that retool offers?

 
There is also Tabs component which allows controlling other components via special configuration

Should we implement one, the other or both?
We should do Tabbed containers.
Example from appsmith here
Let's leave this ussue open for real tabbed containers
@Janpot
Today I doved into this issue.
Tabs can only receive only one children property.
my suggestion is change children into a type of array.
@Janpot
Today I doved into this issue. Tabs can only receive only one
childrenproperty. my suggestion is change children into a type of array.
An array of layoutSlot props might work? But not sure if there would be any obstacles that could be complicated to deal with.