How do I get sticky footer with ReactJS using Material UI. I tried this but not sticking to the bottom.
export default function Footer() {
return (
<footer style={{color: "gray"}}>
<center>Copyright ...</center>
</footer>
)
}
Looks like there is no native support in materialui. Will be good if the solution does not use boostrap.