User is a compact component used to represent a user or persona. It combines an avatar, primary name, optional subline, and a status or role tag. Loading Display skeletons with the loading prop to show a graceful placeholder before data is available. Custom content You can override the default layout using children. This is useful for inline customization (e.g. badges, quick actions). API reference PropTypeDefaultnamestring—childrenReact.ReactNode—sublineReact.ReactNode—tagShort label shown next to the name.string—tagPropsTagProps{}loadingbooleanfalseavatarPropsAvatarProps{}classNamestring—styleReact.CSSProperties—