// Rounded user image. component Avatar { props { src = "" alt = "" class = "" } view { {alt} } }