react-better-html 1.1.216 → 1.1.217
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 +2 -0
- package/dist/index.d.mts +307 -422
- package/dist/index.d.ts +307 -422
- package/dist/index.js +3443 -5945
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3475 -5924
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -57,3 +57,5 @@ This is enough for the components to work with the default configurations that t
|
|
|
57
57
|
## Problems?
|
|
58
58
|
|
|
59
59
|
Ask for help on [Stack Overflow](https://stackoverflow.com/questions/ask), on our [GitHub repository](https://github.com/krissvv/react-better-html/issues/new) or contact the contributors.
|
|
60
|
+
|
|
61
|
+
<!-- Continue with the form group of components -->
|