dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Allow text content for Label control #454

Open Dreamescaper opened 2 years ago

Dreamescaper commented 2 years ago

Despite the example in our Readme:

<Label FontSize="30">You pressed @count times </Label>

MBB doesn't actually allow to set Label text via child content, Text property should be used instead. Would be great if it is supported.