marmelab / react-admin

A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
http://marmelab.com/react-admin
MIT License
24.8k stars 5.23k forks source link

make TabbedForm responsive #4417

Closed elsni closed 4 years ago

elsni commented 4 years ago

TabbedForm is not responsive. It makes me scroll sideways on small screens. It would be better if tabbed form morps into an accordeon menu if screen is too small to display all tabs. By accordion menu I mean that the tabs are displayed below each other instead of next to each other and that they use the whole screen width each.

fzaninotto commented 4 years ago

Hi, and thanks for your suggestion. We won't implement this in react-admin. You can use the useMediaQuery hook to implement that in user land.