hide (:boolean) - modal is hidden. Defaults to false.
title (:string) - modal title. Defaults to nil.
close_modal_target (:string) - close_modal_target allows you to target a specific live component for the close event to go to. eg: close_modal_target={@myself}. Defaults to nil.
close_on_click_away (:boolean) - whether the modal should close when a user clicks away. Defaults to true.
close_on_escape (:boolean) - whether the modal should close when a user hits escape. Defaults to true.
hide_close_button (:boolean) - whether or not the modal should have a close button in the header. Defaults to false.
max_width (:string) - modal max width. Defaults to "md".
hide (:boolean) - modal is hidden. Defaults to false.
title (:string) - modal title. Defaults to nil.
close_modal_target (:string) - close_modal_target allows you to target a specific live component for the close event to go to. eg: close_modal_target={@myself}. Defaults to nil.
close_on_click_away (:boolean) - whether the modal should close when a user clicks away. Defaults to true.
close_on_escape (:boolean) - whether the modal should close when a user hits escape. Defaults to true.
hide_close_button (:boolean) - whether or not the modal should have a close button in the header. Defaults to false.
max_width (:string) - modal max width. Defaults to "md".