Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
MUI responsive Tabs

Is it possible to make MUI Tabs to be responsive?

What I have:

what I have

What I want to achieve:

what I want to achieve

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can set flexWrap: 'wrap' in the tab container component which is a flexbox:

<Tabs
  // disable the tab indicator because it doesn't work well with wrapped container
  TabIndicatorProps={{ sx: { display: 'none' } }}
  sx={{
    '& .MuiTabs-flexContainer': {
      flexWrap: 'wrap',
    },
  }}
  {...}
>

Codesandbox Demo

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!