Trying to figure out how to create a data entry dialog modal in Blazor. While on a page showing Accounts I want to have the user hit an Add button, which would pop up a model dialog which would gather the Account fields with normal EditForm validations. Pretty standard stuff but cannot seem to find anything like that in Blazor. Looked at this:
https://github.com/Blazored/Modal
But it does not seem to be what I am looking for. Is there this functionality in Blazor?
If I need to build this from scratch how is wired up?