NovaTextCard icon indicating copy to clipboard operation
NovaTextCard copied to clipboard

A custom card to show Text in cards with some good options

Results 5 NovaTextCard issues
Sort by recently updated
recently updated
newest added

Possible that this bug causes an issue. I have 48 cards over 4 dashboards and switching between dashboard stops working. ``` vendor.js?id=ad86e1e19118fef79e41:115718 [Vue warn]: Duplicate keys detected: 'text-card.undefined'. This may...

Love NovaTextCard. Just installed into a fresh Laravel 6 project and noticed str_random() helper missing. Replaced with Str::random() and back in business. Thx!

The install instructions are a bit vague. Ive installed other cards (like Nova Charts) with no problems, but get the following error: ``` Error Class 'App\Providers\TextCard' not found ``` Trying...

The plugin doesn't seem to play nicely with barryvdh/laravel-ide-helper. The error is documented below. The solution (for now) was to uninstall Laravel IDE Helper. When I did composer require, I...

I wanted to create something similar to this to skip tones of boilerplate, and I came across to this implementation, which is almost exactly what I needed. Thanks for saving...