Add tabbed DataTables with new Production, Vitality, and Movement tables

This commit is contained in:
Jonathan
2025-04-27 22:07:52 -04:00
parent e28f74b354
commit d320476084
7 changed files with 90 additions and 15 deletions
+16 -1
View File
@@ -7,7 +7,22 @@
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
<WeaponTable/>
<MudTabs Elevation="2" >
<MudTabPanel Text="Attacks">
<WeaponTable/>
</MudTabPanel>
<MudTabPanel Text="Production">
<ProductionTable/>
</MudTabPanel>
<MudTabPanel Text="Health">
<VitalityTable/>
</MudTabPanel>
<MudTabPanel Text="Movement">
<MovementTable/>
</MudTabPanel>
</MudTabs>
<ContentDividerComponent></ContentDividerComponent>