elbe-ui 0.2.20 → 0.2.21

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,9 @@ so far, it has been optimized for React. It provides a variety of Widgets and th
21
21
  );
22
22
  ```
23
23
 
24
- 3. start using the components :)
24
+ 3. add class `primary` to your page `body` element<br>
25
+ (`<body class="primary">...</body>`)
26
+ 4. start using the components :)
25
27
 
26
28
  # contribute
27
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elbe-ui",
3
3
  "type": "module",
4
- "version": "0.2.20",
4
+ "version": "0.2.21",
5
5
  "author": "Robin Naumann",
6
6
  "license": "MIT",
7
7
  "repository": {