Replies: 1 comment 1 reply
-
You can also use this syntax, but with the Icon attribute: In summary,
Like explain here: https://www.fluentui-blazor.net/Icon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, just started looking at FluentUI for a new website - as a "lighter" alternative to MudBlazor (creates big and chunky ui's) ... looks nice and clean so far!
is there are reason a new instance of the icon is created, eg:
rather than using a static accessor (or constant, like MudBlazor) for example ?
eg if I have a grid with action buttons for each row (same icon etc) then I'd imagine I'd be creating a lot of new icons etc whereas I could do something like this:
Beta Was this translation helpful? Give feedback.
All reactions