component Image { props { size = "default" color = "primary" src = "" alt = "" width = "" height = "" loading = "lazy" rounded = false class = "" } view {
{alt}
} }