pns-component-library 1.4.0 → 1.5.0
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
CHANGED
|
@@ -27,10 +27,15 @@ Now you should be able to access the components, directives and icons in the lib
|
|
|
27
27
|
- ResponsiveButton
|
|
28
28
|
- Checkbox
|
|
29
29
|
- Radio (support group radio)
|
|
30
|
+
- WholePageErrorPopup
|
|
30
31
|
|
|
31
32
|
## Directives:
|
|
32
33
|
- component-loading
|
|
33
34
|
|
|
35
|
+
## Composables:
|
|
36
|
+
- useWindowSize
|
|
37
|
+
- FloatingNotification
|
|
38
|
+
|
|
34
39
|
## Icons:
|
|
35
40
|
If `npm install pns-component-library`, and want to use any following icons: <br>
|
|
36
41
|
<pre>import { iconsMap } from "pns-component-library</pre>
|
|
@@ -68,6 +73,7 @@ Eg.
|
|
|
68
73
|
- input_clear_icon
|
|
69
74
|
- notification_cross_icon
|
|
70
75
|
- red_notification_icon
|
|
76
|
+
- red_sad_face
|
|
71
77
|
- white_arrow_down
|
|
72
78
|
- yellow_notification_icon
|
|
73
79
|
|