tactile-material 1.0.2 → 1.0.3
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 +13 -0
- package/dist/tactile.es.js +1648 -1474
- package/dist/tactile.umd.js +23 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,3 +42,16 @@ export default function App() {
|
|
|
42
42
|
- `TactileLoader` (Kinetic loading spinners)
|
|
43
43
|
|
|
44
44
|
Explore `examples/App.jsx` for detailed usage of Toasts and Confirm Dialogs!
|
|
45
|
+
|
|
46
|
+
## Author
|
|
47
|
+
|
|
48
|
+
**Alfansyah Dewangga Rizqita**
|
|
49
|
+
|
|
50
|
+
- Portfolio: [www.dewangga.site](https://www.dewangga.site)
|
|
51
|
+
|
|
52
|
+
## Support
|
|
53
|
+
|
|
54
|
+
If you find Tactile Material helpful, consider supporting its development:
|
|
55
|
+
|
|
56
|
+
- [Support on Ko-fi](https://ko-fi.com/adewanggar)
|
|
57
|
+
- [Support on Saweria](https://saweria.co/adewanggar)
|