jb-modal 1.5.4 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,9 @@ modal web component with features:
|
|
|
6
6
|
- auto close on background click
|
|
7
7
|
- you can add custom route history in browser so back button can close modal and refresh (when modal is open) is open modal again
|
|
8
8
|
|
|
9
|
+
Demo & Sample
|
|
10
|
+
in github: <https://javadbat.github.io/jb-modal/>
|
|
11
|
+
|
|
9
12
|
## install
|
|
10
13
|
|
|
11
14
|
```cmd
|