Download the PHP package awcodes/shout without Composer
On this page you can find all versions of the php package awcodes/shout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download awcodes/shout
More information about awcodes/shout
Files in awcodes/shout
Package shout
Short Description A simple inline contextual notice for Filament forms, basically just a fancy placeholder.
License MIT
Homepage https://github.com/awcodes/shout
Informations about the package shout
Shout
A simple inline contextual notice for Filament forms, basically just a fancy placeholder.
Installation
You can install the package via composer:
Usage in Forms
Simply include the component in any of your form's schema()
methods.
Usage in Infolists
Simply include the component in any of your Infolist's schema()
methods.
Custom Colors
You can use the color()
method to set a custom color using Filament's Color Object.
Icons
Changing the icon
Icon Size
Disabling the icon
Headings
You can add a heading to your shout using the heading()
method. By default , the heading will be a h2 element, but you can override this by using an HtmlString
object.
Actions
You can add actions to your shout using the actions()
method. This accepts an array of Filament Action objects.
In Forms
In Infolists
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Adam Weston
- All Contributors
License
The MIT License (MIT). Please see License File for more information.