mices/nova-responsive is a Laravel package for a laravel nova package to enhance nova ui.
It currently has 0 GitHub stars and 28 downloads on Packagist (latest version v1.0.1).
Install it with composer require mices/nova-responsive.
Discover more Laravel packages by mices
or browse all Laravel packages to compare alternatives.
Last updated
Laravel nova package to fix sidebar when scroll, and make horizontal table scroll.
You can install this package via Composer. Run the following command:
composer require mices/nova-responsive
use Mices\NovaResponsive\NovaResponsive;
public function tools()
{
return [
new NovaResponsive,
];
}
Distributed under the MIT License. See LICENSE.txt for more information.
Liong Kah How - [email protected]