pekhota / nova-scroll-buttons
Laravel Nova package providing global floating scroll-to-top and scroll-to-bottom buttons for faster navigation.
Installs: 34
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0|^12.0
Requires (Dev)
- laravel/nova: ^5.0
- laravel/nova-devtool: ^1.7
This package is auto-updated.
Last update: 2025-06-11 19:57:09 UTC
README
Adds always-visible scroll-to-top and scroll-to-bottom buttons to every Laravel Nova page.
Features
- Instantly scroll to the top or bottom of any Nova page
- Always visible, floating buttons in the bottom-right corner
- Simple and lightweight, blends with any Nova theme
- Zero configuration — works out of the box
Screenshot
Dependencies
- Laravel Nova: ^5.0
- PHP: ^8.1
- Laravel Framework: ^10.0, ^11.0, or ^12.0
Installation
Run this command in your project folder:
composer require pekhota/nova-scroll-buttons
Usage
No setup required!
Once installed, the scroll-to-top and scroll-to-bottom buttons will appear on every Laravel Nova page automatically.
Customization
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.
Changelog
See CHANGELOG.md for recent changes.
Contributing
Contributions are welcome! Please open an issue or pull request if you have ideas or find bugs.
License
This package is open-sourced software licensed under the MIT license.
Credits
Inspired by the need for quick navigation in complex Nova dashboards.
Built by @pekhota.
Acknowledgements
Special thanks to Oleh Cherbaiev for valuable help improving the component.