freis/nova-grid-layout

负责调整字段大小的工具。灵感来源于 codenco-dev/nova-grid-system

dev-master 2022-11-18 17:26 UTC

This package is auto-updated.

Last update: 2024-09-18 21:11:12 UTC


README

负责调整字段大小的工具。灵感来源于 codenco-dev/nova-grid-system

作者

需求

  • PHP 8.0+

  • Laravel Nova 4+

安装

使用 composer 安装

  composer require freis/nova-grid-layout

使用方法

在 NovaServiceProvider.php 文件的 tools() 方法中添加以下内容

new Freis\NovaGridLayout\NovaGridLayout

资源

  Text::make('Email')
    ->stacked() // prefer stacked
    ->size('w-1/2') // inform the tailwind width class
    ->sortable()

许可证

MIT