Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › Window › Blazor Tagged: Blazor Window This topic has 4 replies, 4 voices, and was last updated 1 year ago by Markov. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 11, 2023 at 7:23 pm #108943 salasidisParticipant Is there a modal Window component for Blazor? I don’t see one in the docs October 12, 2023 at 1:11 am #108946 salasidisParticipant Never mind – found it under UI elements October 19, 2023 at 11:13 am #109015 olivia orlandoParticipant nice October 14, 2024 at 12:29 pm #111569 Victor SirghiiParticipant Well, I see the Modal component under UI elements too, but there is no code for it. Neither you have API for it. It’s just a page demo with no info. There is no “View Source” dropdown there. I couldn’t find Modals in you docs either. How would I use Modal component? This reply was modified 1 year ago by Victor Sirghii. October 15, 2024 at 7:39 am #111574 MarkovKeymaster Hi, The below code creates a modal window. <Window IsOpened="true" Modal="true" CloseOnMaskClick="true"> Content here </Window> Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In