think.studio/nova-text-card

Laravel nova text card

1.1.0 2023-07-10 06:12 UTC

This package is auto-updated.

Last update: 2024-04-10 08:00:59 UTC


README

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

Simple card to display html and text. Useful to group blocks and group titles.

Nova Package
V4 V1

Install

composer require think.studio/nova-text-card

Usage

<?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

Credits

  • Think Studio