Add shared frontend primitive components
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace RolemasterDb.App.Components.Primitives;
|
||||
|
||||
public sealed record SegmentedTabItem(
|
||||
string Value,
|
||||
string Label,
|
||||
string? Badge = null,
|
||||
bool IsDisabled = false);
|
||||
Reference in New Issue
Block a user