Skip to content

feat(hideBackdrop) implement feature to hide the backdrop with showBa…#69

Open
wendyprogramic wants to merge 1 commit intopaufau:mainfrom
wendyprogramic:feature/hideBackdrop
Open

feat(hideBackdrop) implement feature to hide the backdrop with showBa…#69
wendyprogramic wants to merge 1 commit intopaufau:mainfrom
wendyprogramic:feature/hideBackdrop

Conversation

@wendyprogramic
Copy link
Contributor

This PR introduces a new prop showBackdrop to the ModalView component. This boolean prop allows consumers to control whether the modal's backdrop should be rendered. The feature is set to true by default which makes it backwards compatible.

Motivation:
There are use cases where a developer might want to display a modal without the visual dimming or the blocking overlay of a backdrop (e.g., custom floating overlays, non-blocking tooltips, or simply managing the backdrop manually). This prop provides that flexibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant