Alert
Alerts are used to provide feedback to the user.
Your profile has been updated.
/* alert-example.blade.php */
<x-alert color="green" content="Your profile has been updated." />
Component API
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
content | Set the content of the component | any |
size | Change the font size of the component | Dependant on theme |
color | Change the color of the component | Dependant on theme |