react-redactor 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -112,3 +112,12 @@ This library is licensed under the MIT License. See the LICENSE file for details
|
|
112
112
|
## Contributing
|
113
113
|
|
114
114
|
Feel free to open issues or pull requests on the [GitHub repository](https://github.com/websitedeb/Redactor).
|
115
|
+
|
116
|
+
## Uses
|
117
|
+
<a href="https://react.dev">
|
118
|
+
<img src="https://clipground.com/images/react-logo-png-7.png" alt="React" width="50" height="50">
|
119
|
+
</a>
|
120
|
+
|
121
|
+
<a href="https://reactrouter.com/">
|
122
|
+
<img src="https://reactrouter.com/_brand/React%20Router%20Brand%20Assets/React%20Router%20Logo/Light.svg" alt="React Router Dom" width="50" height="50">
|
123
|
+
</a>
|
package/package.json
CHANGED