An open API service indexing awesome lists of open source software.

https://github.com/mdbootstrap/bootstrap-modal-backdrop

Backdrop options for a responsive popup with Bootstrap 5. Prevent close on click outside with static backdrop, remove backdrop, enable interactivity & more.
https://github.com/mdbootstrap/bootstrap-modal-backdrop

bootstrap bootstrap5 bootstrap5-template modal modals responsive-design tempate

Last synced: 4 months ago
JSON representation

Backdrop options for a responsive popup with Bootstrap 5. Prevent close on click outside with static backdrop, remove backdrop, enable interactivity & more.

Awesome Lists containing this project

README

          

Backdrop options for a responsive popup with Bootstrap 5. Prevent close on click outside with static backdrop, remove backdrop, enable interactivity & more.

Check out [Bootstrap Modal Backdrop Documentation](https://mdbootstrap.com/docs/standard/extended/modal-backdrop/) for detailed instructions & even more examples.

## Basic example

Default modal backdrop is a delicate shadow overlaying the rest of the page design.

```html

Launch demo modal


```

## Static Backdrop

If you would like to prevent the modal from closing on a click outside of the modal boundries, you can set the `data-mdb-backdrop` attribute to `static`.

```html

Launch demo modal


```

## No Backdrop

If you would like to get rid of the backdrop, you can set the `data-mdb-backdrop` attribute to `false`.

```html

Launch demo modal

```

## How to use?

1. Download MDB 5 - free UI KIT

2. Choose your favourite customized component and click on the image

3. Copy & paste the code into your MDB project

[▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)

___

## More extended Bootstrap documentation