// Loading placeholder (animated shimmer). Size it with width/height props. component Skeleton { props { width = "100%" height = "1rem" class = "" } view { } }