react-native-popify 0.1.1 â 0.1.2
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 +7 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,47 +29,28 @@ A lightweight, zero-dependency UI library that provides **stunning alert dialogs
|
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
-
###
|
|
32
|
+
### đŦ See It in Action
|
|
33
33
|
|
|
34
34
|
<table>
|
|
35
35
|
<tr>
|
|
36
36
|
<td align="center"><strong>â
Success Alert</strong></td>
|
|
37
|
-
<td align="center"><strong>âšī¸ Info Alert</strong></td>
|
|
38
|
-
</tr>
|
|
39
|
-
<tr>
|
|
40
|
-
<td><img src="docs/demos/success-alert.gif" width="260" alt="Success Alert" /></td>
|
|
41
|
-
<td><img src="docs/demos/info-alert.gif" width="260" alt="Info Alert" /></td>
|
|
42
|
-
</tr>
|
|
43
|
-
<tr>
|
|
44
|
-
<td align="center"><strong>đ Particle Burst</strong></td>
|
|
45
37
|
<td align="center"><strong>âąī¸ Auto-Close Timer</strong></td>
|
|
38
|
+
<td align="center"><strong>đ Dark Theme</strong></td>
|
|
46
39
|
</tr>
|
|
47
40
|
<tr>
|
|
48
|
-
<td><img src="docs/demos/
|
|
49
|
-
<td><img src="docs/demos/auto-close.gif" width="
|
|
50
|
-
|
|
51
|
-
<tr>
|
|
52
|
-
<td align="center" colspan="2"><strong>đ Dark Theme</strong></td>
|
|
53
|
-
</tr>
|
|
54
|
-
<tr>
|
|
55
|
-
<td align="center" colspan="2"><img src="docs/demos/dark-theme.gif" width="260" alt="Dark Theme" /></td>
|
|
41
|
+
<td><img src="docs/demos/success-alert.gif" width="220" alt="Success Alert" /></td>
|
|
42
|
+
<td><img src="docs/demos/auto-close.gif" width="220" alt="Auto Close Timer" /></td>
|
|
43
|
+
<td><img src="docs/demos/dark-theme.gif" width="220" alt="Dark Theme" /></td>
|
|
56
44
|
</tr>
|
|
57
|
-
</table>
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
### đ Toasts in Action
|
|
62
|
-
|
|
63
|
-
<table>
|
|
64
45
|
<tr>
|
|
65
46
|
<td align="center"><strong>â
Success Toast</strong></td>
|
|
66
|
-
<td align="center"><strong>â Error Toast</strong></td>
|
|
67
47
|
<td align="center"><strong>âŦī¸ Bottom Toast</strong></td>
|
|
48
|
+
<td></td>
|
|
68
49
|
</tr>
|
|
69
50
|
<tr>
|
|
70
51
|
<td><img src="docs/demos/toast-success.gif" width="220" alt="Success Toast" /></td>
|
|
71
|
-
<td><img src="docs/demos/toast-error.gif" width="220" alt="Error Toast" /></td>
|
|
72
52
|
<td><img src="docs/demos/toast-bottom.gif" width="220" alt="Bottom Toast" /></td>
|
|
53
|
+
<td></td>
|
|
73
54
|
</tr>
|
|
74
55
|
</table>
|
|
75
56
|
|