Denis Voituron
Denis Voituron
Thank you very much for your feedback. Personally, I don't think this is a feature that should be added **by default**: such a `Wizard `component shouldn't have the same purpose...
Yes, make sense.
Will be fixed when this PR #1909 will be merged (next release)
Weird, Could you double-check the rendering mode? Because the message says ``` This is because the component is being statically rendered. ```
This is indeed an improvement that could be useful in certain cases, like the one you're presenting. It's not currently planned, but we can analyze it and put it in...
It might be a good idea to allow icon content (SVG) in this image part of the component. But I'm a bit scared by the complexity of the available properties:...
We could convert an Icon to an `img src` (used in FluentPersona), adding this part of code in `Icon.cs` file ```csharp public virtual string ToDataUri(string? size = null, string? color...
Yes, I think this solution does not (yet) cover all cases, but it does cover a large proportion. The advantage is that it can also be used for other types...
By default, when you publish this type of project, Blazor deletes all parts of code not detected as "used". When using reflection, you must specify that this icon/code is used....
Awesome 🎉. Could you add explanation (comments) for each properties ? What is the goal of the second icon?