Laravel Nova package providing global floating scroll-to-top and scroll-to-bottom buttons for faster navigation.
pekhota/nova-scroll-buttons is a Laravel package for laravel nova package providing global floating scroll-to-top and scroll-to-bottom buttons for faster navigation..
It currently has 0 GitHub stars and 3.118 downloads on Packagist (latest version v1.0.4).
Install it with composer require pekhota/nova-scroll-buttons.
Discover more Laravel packages by pekhota
or browse all Laravel packages to compare alternatives.
Last updated

Adds always-visible scroll-to-top and scroll-to-bottom buttons to every Laravel Nova page.


Run this command in your project folder:
composer require pekhota/nova-scroll-buttons
No setup required!
Once installed, the scroll-to-top and scroll-to-bottom buttons will appear on every Laravel Nova page automatically.
Want to change the button style or placement?
You can easily edit the Vue component in your own fork and update its markup and styles.
See CHANGELOG.md for recent changes.
Contributions are welcome! Please open an issue or pull request if you have ideas or find bugs.
This package is open-sourced software licensed under the MIT license.
Inspired by the need for quick navigation in complex Nova dashboards.
Built by @pekhota.
Special thanks to Oleh Cherbaiev for valuable help improving the component.