Modal

Modals are overlays that prevent users from interacting with the rest of the application until a specific action is taken.

Icon

Add an icon in the modal header.

TypeDefault Value
stringnull
@inherits Overlayable;
<Modal @attributes="@Props" Icon="alert-circle">
</Modal>

IconColor

Specify the color of the icon.

TypeDefault Value
stringneutral
@inherits Overlayable;
<Modal @attributes="@Props" Icon="flag" IconColor="primary">
</Modal>