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