Skip to main content
  1. Packages/

Filament AlertBox

Table of Contents
Preview Filament AlertBox
Preview Filament AlertBox

Filament plugin for display a static alert box in your filament forms and widget.

Installation #

You can install the package via composer:

composer require koalafacade/filament-alertbox

After the package installed you can configure the tailwind.config.js to make Alert Box styles can fit with your styles

module.exports = {
    content: [
        './vendor/koalafacade/filament-alertbox/**/*.blade.php'
    ]
}

then build the asset again.

yarn build

or

npm build

Usage #

For usage the alert box we’ve to kind of implementation you can go thru the page below.

Forms

1 min
Put alert box to your forms area.

Widget

1 min
Treat alert box as widget and can put anywhere in your Filament