yaroslawww/nova-text-card

此包已被弃用且不再维护。作者建议使用 think.studio/nova-text-card 包。

Laravel nova 文本卡片

1.1.0 2023-07-10 06:12 UTC

This package is auto-updated.

Last update: 2023-07-10 06:28:15 UTC


README

Packagist License Packagist Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality

用于显示 HTML 和文本的简单卡片。用于分组块和分组标题。

Nova
V4 V1

安装

composer require think.studio/nova-text-card

使用方法

<?php
class Main extends Dashboard
{
    public function cards()
    {
        return [
              \NovaTextCard\NovaTextCard::make()
                ->width('full')
                ->content('<h1 class="text-center text-3xl text-gray-500 font-light">Welcome to the application!</h1>')
        ];
    }
}

nova-text-card

致谢

  • Think Studio