hksalessio

Results 6 comments of hksalessio

Hm, I do get your point. Maybe limiting this feature to steps that have already been visited would differentiate it from regular tabs? Because usability would also be negatively impacted...

> It would be more "logical" to allow an icon (SVG) to be included in the `Image` property. Funnily, that's the first thing I tried today, when I needed an...

I can update my PR, but I just tested this and it does neither seem to work with custom sizes nor with variable colors (e.g. var(--fill-color)) :/

> We could convert an Icon to an `img src` (used in FluentPersona), adding this part of code in `Icon.cs` file > > ```cs > public virtual string ToDataUri(string? size...

> With a `RenderFragment` we can't control and/or check if an actual image is being supplied. I rather add some parameters and be 'in control'. So, how should we proceed...

Alright, I've update the code to use @dvoituron's solution. I also tinkered around with how to support custom sizes for icons. The only problem left is that images smaller than...