how to scroll component to top code example Example: react scroll to top const scrollTop = () =>{ window.scrollTo({top: 0, behavior: 'smooth'});};