Skip to content

Back to Top

The Back to Top button provides a quick way to scroll to the top of the page, appearing after the user scrolls down.

Basic Usage

import { Btt } from "@paramanu/navigation-react"
export default function App() {
return <Btt visible />
}
<button class="pm-btt pm-btt--md pm-btt--bottom-right pm-btt--visible" type="button" aria-label="Back to top">&uarr;</button>