Press ESC key or click the button below to close
Behaves like open attribute. This attribute exist to avoid compatibility issues with phoenix core components
open
the slot for compacting the modal body
<:modal_box> <h3 class="text-lg font-bold">Hello!</h3> <p class="py-4">Press ESC key or click the button below to close</p> </:modal_box>
<form method="dialog" class="modal-backdrop"> <button>close</button> </form>