JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › Blazor
Tagged: Blazor Window
Is there a modal Window component for Blazor?
I don’t see one in the docs
Never mind – found it under UI elements
nice
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?
Hi,
The below code creates a modal window.
<Window IsOpened="true" Modal="true" CloseOnMaskClick="true"> Content here </Window>