Filament AlertBox
Table of Contents
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.