FrontendFormKitLayoutAlertOn this pageAlertDisplays an alert in the form.@iconAn optional icon to use in the alert.Example<form.Alert @icon="info-circle"> Foo</form.Alert>@typeSpecifies the type of alert. Allowed types: success, error, warning, or info.Example<form.Alert @type="warning"> Foo</form.Alert>