_sui_preview/Teststatea/Teststatea.razor

A generated SUI Razor component for s&box UI. It defines a PanelComponent-derived component with a root div containing a vertical box and a progress bar element, created by the Sbox UI Designer from teststatea.sui.

Obfuscated Code
@* SUI:GENERATED:BEGIN ============================================================
   Generated by Sbox UI Designer.
   Source: teststatea.sui
   DocumentId: sui_teststatea_aeac6de9
   GeneratorVersion: 0.1.0
   Do not edit this file manually. Changes will be overwritten.
   SUI:GENERATED:END ============================================================== *@

@namespace Game.UI.SuiPreview
@using Sandbox;
@using Sandbox.UI;
@inherits PanelComponent

<root>
  <div class="root sui-root">
    <div class="verticalbox sui-el-8ad43931">
      <div class="progressbar sui-el-6cf5d0b9"></div>
    </div>
  </div>
</root>