mices / nova-responsive
A laravel nova package to enhance Nova UI
Package info
github.com/jiahow99/Nova-Responsive
Language:JavaScript
pkg:composer/mices/nova-responsive
v1.0.1
2024-07-09 07:08 UTC
Requires
- php: >=7.1.0
README
Laravel nova package to fix sidebar when scroll, and make horizontal table scroll.
Installation
You can install this package via Composer. Run the following command:
composer require mices/nova-responsive
Register class to your App\Providers\NovaServiceProvide
use Mices\NovaResponsive\NovaResponsive; public function tools() { return [ new NovaResponsive, ]; }
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
Liong Kah How - jia_how99@hotmail.com