react-confirm 0.3.0-0 → 0.3.0-1
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
|
@@ -138,6 +138,9 @@ To render the confirmation dialog within the React component tree but in a diffe
|
|
|
138
138
|
const mounter = createReactTreeMounter(document.body);
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
+
### example
|
|
142
|
+
Context example with Chakra-ui in [codesandbox](https://codesandbox.io/s/react-confirm-with-chakra-ui-oidpf1)
|
|
143
|
+
|
|
141
144
|
## typescript
|
|
142
145
|
|
|
143
146
|
Experimentally added full typescript declaration files at `typescript` branch.
|