easy-richtextarea 3.0.69 → 3.0.73
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 +1 -1
- package/example.js +153 -847
- package/index.html +1 -1
- package/lib/example/richTextarea.js +2 -2
- package/lib/richTextarea.js +2 -23
- package/package.json +2 -2
- package/src/example/richTextarea.js +1 -2
- package/src/richTextarea.js +1 -13
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ Some good news is that the selection is unaffected by focus. Bear in mind, howev
|
|
|
110
110
|
|
|
111
111
|
## Styles
|
|
112
112
|
|
|
113
|
-
There is
|
|
113
|
+
There is no default styling. The rich textarea element has a class name, however, allowing you to style it with CSS. Or a better way is to use [Easy with Style](https://github.com/djalbat/easy-with-style). For example:
|
|
114
114
|
|
|
115
115
|
```
|
|
116
116
|
import withStyle from "easy-with-style";
|