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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # goey-toast
2
2
 
3
- Morphing toast notifications for React. Organic blob animations powered by [Sonner](https://sonner.emilkowal.dev/) and [Framer Motion](https://www.framer.com/motion/).
3
+ [![goey-toast](https://goey-toast.vercel.app/og-image.png)](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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goey-toast",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A gooey, morphing toast component built on Sonner with Framer Motion animations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",