Add tabbed DataTables with new Production, Vitality, and Movement tables
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user