React-MUI Design Patterns
Here's how to create a navigation bar that disappears when a user is scrolling down and appears when a user is scrolling up.
import React,{useState,useEffect} from "react"
import {AppBar,Toolbar,Typography,Button,IconButton,Slide} from "@mui/material...
techlia.hashnode.dev1 min read