## Introduction A classic modal overlay, in which you can include any content you want. ## Usages  1. The modal structure is very simple. To activate the modal, just add the `is-active` modifier on the `.shapla-modal` container. ```html
```  2. Code snippet for image modal ```html
Placeholder image (600x600)
```  3. Code snippet for box modal ```html
```  4. Code snippet for card modal ```html

Card Title

```  5. Code snippet for confirm modal ```html
!
Are you sure?
```