JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Window › Blazor › Reply To: Blazor
October 15, 2024 at 7:39 am
#111574
Keymaster
Hi,
The below code creates a modal window.
<Window IsOpened="true" Modal="true" CloseOnMaskClick="true">
Content here
</Window>