Holo-Host / ui-common-library

Common UI library code
MIT License
39 stars 1 forks source link

feat(base-modal): add prop to disable close on click outside #83

Closed mateuszRybczonek closed 10 months ago

mateuszRybczonek commented 10 months ago

This PR adds a isClickableOutside prop to BaseModal that allows to control if the modal should close on click outside event.