Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
I am working on an application where users can upload documents (.pdf, .jpeg, ) on a server.
It is a ticket-system where users can upload docs to the ticket.
Now I want to show little thumbnails of these files in the app, and when the user clicks on one of these, the document will open in the browser in a new tab for example.
I am working on an application where users can upload documents (.pdf, .jpeg, ) on a server. It is a ticket-system where users can upload docs to the ticket. Now I want to show little thumbnails of these files in the app, and when the user clicks on one of these, the document will open in the browser in a new tab for example.