Skip to content

BackTop

kutukeyboard edited this page May 31, 2020 · 1 revision

BackTop is a component to scroll your window back to top.

Basic Usage

import { BackTop } from "explore-ui";
const App=()=>{
  return(
    <BackTop />
  )
};
export default App; 
Clone this wiki locally