How to add Modal Parameters using ShowAsync<T>(string title, Dictionary<string, object> parameters = null) #971
Unanswered
YouriOkken
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@YouriOkken Thank you for trying BlazorBootstrap. We will add more examples. Example:<Modal @ref="modal" title="Modal title" IsVerticallyCentered="true" HeaderCssClass="custom-modal-header">
<BodyTemplate>
. . .
</BodyTemplate>
<FooterTemplate>
. . .
</FooterTemplate>
</Modal> Link: https://demos.blazorbootstrap.com/modals#vertically-centered |
Beta Was this translation helpful? Give feedback.
1 reply
-
How to add Modal Parameters using ShowAsync(string title, Dictionary<string, object> parameters = null) #970 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am new to Blazor Bootstrap. I have a very simple question.
How do I pass Modal Parameters such as HeaderCssClass, IsVerticallyCentered, etc. using the ShowAsync(string title, Dictionary<string, object> parameters = null)?
I cant find any info about this on the docs
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions