diff --git a/samples/ControlGallery/Views/Controls/Labels.razor b/samples/ControlGallery/Views/Controls/Labels.razor new file mode 100644 index 00000000..2253bf57 --- /dev/null +++ b/samples/ControlGallery/Views/Controls/Labels.razor @@ -0,0 +1,32 @@ +@page "/controls/labels" + + + + + + + + + +@code { + Random _random = new(); + + string RandomText => _random.Next().ToString(); +} diff --git a/samples/ControlGallery/Views/PlaygroundList.razor b/samples/ControlGallery/Views/PlaygroundList.razor index 144ebc12..3f568d1b 100644 --- a/samples/ControlGallery/Views/PlaygroundList.razor +++ b/samples/ControlGallery/Views/PlaygroundList.razor @@ -6,6 +6,7 @@