Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #108943
    salasidis
    Participant

    Is there a modal Window component for Blazor?

     

    I don’t see one in the docs

    #108946
    salasidis
    Participant

    Never mind – found it under UI elements

    #109015
    olivia orlando
    Participant

    nice

    #111569
    Victor Sirghii
    Participant

    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?

    #111574
    Markov
    Keymaster

    Hi,

    The below code creates a modal window.

        <Window IsOpened="true" Modal="true" CloseOnMaskClick="true">
             Content here
        </Window>
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.