LaravelPackages.net
Acme Inc.
Toggle sidebar
mices/nova-responsive

A laravel nova package to enhance Nova UI

28
0
v1.0.1
About mices/nova-responsive

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

Description

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 - [email protected]

Comments