@cfx-dev/ui-components 0.0.25 → 0.0.26
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@ Include design system, utils and reusable components.
|
|
|
4
4
|
## Instalation
|
|
5
5
|
```console
|
|
6
6
|
yarn add @cfx-dev/ui-components
|
|
7
|
+
```
|
|
8
|
+
or
|
|
9
|
+
```console
|
|
7
10
|
npm install @cfx-dev/ui-components
|
|
8
11
|
```
|
|
9
12
|
|
|
@@ -28,7 +31,7 @@ For some components you will need to define this variables in your root stiles:
|
|
|
28
31
|
html {
|
|
29
32
|
--width: 100vw;
|
|
30
33
|
--height: 100vh;
|
|
31
|
-
|
|
34
|
+
--quant: calc(1rem * 0.25);
|
|
32
35
|
}
|
|
33
36
|
```
|
|
34
37
|
|