react-modal-global
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "react-modal-global", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "React Modal but Global", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.ts", |
@@ -108,3 +108,8 @@ # React Modal Global | ||
- `fork` - creates a new layer for a single modal | ||
- asd | ||
|Option|Description| | ||
|---|---| | ||
|`id`|Specifies id of a modal (default: `Date.now()`). In react it's used as a `key`. May be used to find and close specific modal or else.| | ||
|`closable`|Specifies if a modal closing is controlled itself| | ||
|`weak`|By default, a last closed modal will not be removed and if same modal will be request to open, it will _restore_ previous modal but with `weak: true` it will not happen.| | ||
|`fork`|Creates a new layer for a single modal| | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13341
115