https://github.com/gosuperscript/filament-alert-component
https://github.com/gosuperscript/filament-alert-component
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gosuperscript/filament-alert-component
- Owner: gosuperscript
- License: mit
- Created: 2025-08-28T12:41:30.000Z (10 months ago)
- Default Branch: 4.x
- Last Pushed: 2025-12-04T09:23:41.000Z (7 months ago)
- Last Synced: 2025-12-05T09:22:14.576Z (7 months ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Filament Alert Component
[](https://packagist.org/packages/gosuperscript/filament-alert-component)
[](https://github.com/gosuperscript/filament-alert-component/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/gosuperscript/filament-alert-component/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/gosuperscript/filament-alert-component)
## Installation
You can install the package via composer:
```bash
composer require gosuperscript/filament-alert-component
```
## Usage
```php
use \Superscript\FilamentAlertComponent\Schema\Components\Alert;
Alert::make('This is the heading!')
->description('This is the description...')
->warning();
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.
## Credits
- [Erik Gaal](https://github.com/erikgaal)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.