From 6344426b42c44babf80d363c92657ef5ac18d479 Mon Sep 17 00:00:00 2001 From: Xirdion Date: Tue, 29 Mar 2022 13:51:40 +0200 Subject: [PATCH] Update readme file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8757fc..1b6a55e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Contao Modal Bundle +![Packagist Version](https://img.shields.io/packagist/v/sowieso/contao-modal-bundle?label=version) +![Packagist Downloads](https://img.shields.io/packagist/dt/sowieso/contao-modal-bundle?color=brigthgreen) + This bundle adds the ability to show a **dialog element** in your Contao website. It uses the [HTMLDialogElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement) and its `showModal()` and `close()` methods to show and hide the content.