A button to back to top.
Scroll down to see the bottom-right button.
<template> <p>Scroll down to see the bottom-right button.</p> <!-- default --> <b-backtop /> <!-- custom --> <b-backtop :right="80"> <span class="text-sm font-semibold">Back to top</span> </b-backtop> </template>
Avatar Badge