I'm using an InputFile component from Microsoft.AspNetCore.Components.Forms to stream a document, deserialize it, and store it in local storage in a service.
Is there a Radzen component for this functionality that I could use as an alternative hopefully with better styling out of the box?
My application is client-side only, so I can't use a solution that uploads the file to a server.
Thanks for any help!