We are excited to release 1.4.1, with modal updates and more examples!!!
Blazor modal componentWhat's changed
Modal
component- Render different components dynamically within the modal without iterating through possible types or using conditional logic.
- If dynamically-rendered components have component parameters, pass them as an
IDictionary<string, object>
. - Pass event callbacks to a dynamic component.
Demos site updates
- New examples for
Blazor Modal Component
- New examples for
Blazor Confirm Dialog Component