goey-toast 0.1.2 → 0.1.4
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# goey-toast
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://goey-toast.vercel.app)
|
|
4
4
|
|
|
5
5
|
**[Live Demo & Docs](https://goey-toast.vercel.app)**
|
|
6
6
|
|
|
@@ -23,6 +23,14 @@ Morphing toast notifications for React. Organic blob animations powered by [Sonn
|
|
|
23
23
|
npm install goey-toast
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
+
### shadcn/ui
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npx shadcn@latest add https://goey-toast.vercel.app/r/goey-toaster.json
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
This installs a thin wrapper component at `components/ui/goey-toaster.tsx` and auto-installs the `goey-toast` and `framer-motion` packages.
|
|
33
|
+
|
|
26
34
|
### Peer Dependencies
|
|
27
35
|
|
|
28
36
|
goey-toast requires the following peer dependencies:
|