A Razor UI component for the spawn menu. It inherits Sandbox.UI.Panel, sets the namespace to Sandbox, and renders a root element containing a div with class "shimmer".
@using Sandbox; @using Sandbox.UI; @inherits Panel @namespace Sandbox <root> <div class="shimmer"></div> </root>