📄️ Modal Style
If you want to change to default look of the modal you can pass in your own CSS classes which will replace the default style classes that are applied. This allows you complete control over the look of the modal.
📄️ Animation
By default, the modal is shown with a subtle fade in out animation. However, this can be disabled so the modal shows and hides immediately.
📄️ Custom Layout
Blazored Modal provides a default look, this includes an overlay that covers the viewport and the default modal styling. However, you can remove all of this using the custom layout option. When set to true all of the default UI is removed and you become responsible for providing an alternative one. This option allows complete control over the look and feel of the modal.
📄️ Custom Overlay
The overlay can be customised by providing one or more custom CSS classes to augment or overwrite the default style. Note that you may need to add the !important keyword to some properties due the the use of scoped CSS, which can create a higher specificity for the default styles.