Notifications
If you want to show notification popups
Add this to your main layout file. Near the closing </body> tag, for z-index reasons.
<x-tall-notification />Usage
In a TallFormComponent
In a Livewire component or Headless forms
use Livewire\Component;
use Tanthammar\TallForms\Traits\Notify;
class Foo extends Component
{
use Notify;
}Dispatch notifications

Color options, $type
Show validation errors

Icons
Last updated
Was this helpful?