11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
|
|
<BottomNavigation
|
||
|
|
showLabels
|
||
|
|
value={value}
|
||
|
|
onChange={(event, newValue) => {
|
||
|
|
setValue(newValue);
|
||
|
|
}}
|
||
|
|
>
|
||
|
|
<BottomNavigationAction label="Recents" icon={<RestoreIcon />} />
|
||
|
|
<BottomNavigationAction label="Favorites" icon={<FavoriteIcon />} />
|
||
|
|
<BottomNavigationAction label="Nearby" icon={<LocationOnIcon />} />
|
||
|
|
</BottomNavigation>
|