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.
- package/README.md +3 -1
- 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.
|
|
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
|
|