freis / nova-grid-layout
Tool responsible for allowing changing the sizes of fields. Inpired by codenco-dev/nova-grid-system
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^8.0|^8.1
This package is auto-updated.
Last update: 2025-06-18 22:39:16 UTC
README
Tool responsible for allowing changing the sizes of fields. Inpired by codenco-dev/nova-grid-system
Author
Requirements
-
PHP 8.0+
-
Laravel Nova 4+
Install
Install with composer
composer require freis/nova-grid-layout
Usage
In NovaServiceProvider.php, method tools(), add:
new Freis\NovaGridLayout\NovaGridLayout
In resource:
Text::make('Email') ->stacked() // prefer stacked ->size('w-1/2') // inform the tailwind width class ->sortable()