@kwantis-id3/frontend-library 0.10.0 → 0.10.1
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ With pnpm
|
|
|
24
24
|
pnpm add @kwantis-id3/frontend-library
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
Note that the library uses @emotion/styled and @emotion/react as peer dependencies. Depending on your package manager, you may need to install them manually.
|
|
28
|
+
|
|
27
29
|
## Usage
|
|
28
30
|
The library has various components, each one with its own documentation. Please refer to the storybook documentation for more information.
|
|
29
31
|
|