You can customize the default icons globally trough the BladeComponents service or via the component directly from a service provider's boot() method, or middleware.
The setDefaultAlertIcons() or setDefaultIcons() method takes an array of icon definitions.
Control the alert style by supplying the style="" attribute.
This alert details some information.
This alert details a success.
This alert details some information.
This alert details a warning.
This alert details an error.
<divclass="space-y-2"><x-alertstyle="default"> This alert details some information.</x-alert><x-alertstyle="success"> This alert details a success.</x-alert><x-alertstyle="info"> This alert details some information.</x-alert><x-alertstyle="warning"> This alert details a warning.</x-alert><x-alertstyle="danger"> This alert details an error.</x-alert></div>