UI/SpawnMenu/Spawnlists/SpawnlistSkeleton.razor

A Razor UI component for the spawn menu, representing a placeholder skeleton. It defines a Panel-derived component in the Sandbox namespace and renders a single div with class "shimmer" inside a <root> element.

@using Sandbox;
@using Sandbox.UI;
@inherits Panel
@namespace Sandbox

<root>
	<div class="shimmer"></div>
</root>