freis / nova-grid-layout
Tool responsible for allowing changing the sizes of fields. Inpired by codenco-dev/nova-grid-system
Package info
github.com/felipereisdev/nova-grid-layout
Language:Vue
pkg:composer/freis/nova-grid-layout
dev-master
2022-11-18 17:26 UTC
Requires
- php: ^8.0|^8.1
This package is auto-updated.
Last update: 2026-03-19 00:23:12 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()