-
Hey, I am relatively new to web development and using Fluent UI Blazor with WPF hybrid application. I am wondering if there is a fluent UI component, similar to Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
MoodieG
Dec 5, 2023
Replies: 1 comment
-
I answered my own question by just using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vnbaaij
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I answered my own question by just using
System.Win32.OpenFolderDialog
in the WPF app, and have a blazor button call that.