React material UI tutorial 21: Tabs component || Material UI tutorial

preview_player
Показать описание
Join my newsletter 📰 (☝️) to get updated on new tutorials/blogs etc.

In this video, I am explaining the Tabs component of material UI react. I will show you how to use this component with different examples.

If you have any question, please drop one comment below and please subscribe to my channel :)

#reactjs #materialui #materialuireact #tabs
Рекомендации по теме
Комментарии
Автор

Please keep it up
I want to learn more react

ShubhamPatil-rron
Автор

hello sir hou chage active line color in this video

Hk-cysq
Автор

Hello, when I try to use map to populate the tab component with data coming from the api it's not working
This is my code :
<Tabs textColor="secondary"
TabIndicatorProps={{
style:{transitionDuration:'750', backgroundColor:"#e6034b"}}}
variant="scrollable"
scrollButtons="auto"
aria-label="scrollable auto yabs example"
value={value}
onChange={handleChange}
>
{categories.map((data, index)=>{
<Tab key={index} label={data.name} />
})}
</Tabs>

kareemmostafa
Автор

hey it destroy component after switching to another tab

bittukumar