mices/nova-responsive

A laravel nova package to enhance Nova UI

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.1 2024-07-09 07:08 UTC

This package is auto-updated.

Last update: 2025-04-09 09:01:56 UTC


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