@springmicro/rte 0.1.10 → 0.1.12

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.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/dist/index.js +28460 -25516
  3. package/package.json +4 -5
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  > WARNING: This package will likely see many breaking changes until its first major release.
4
4
 
5
+ ## Styling
6
+
7
+ For the slate editor styles.
8
+
9
+ ```tsx
10
+ import "@springmicro/rte/dist/style.css";
11
+ ```
12
+
5
13
  ## PaperEditor
6
14
 
7
15
  ```tsx