{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "toast-with-jsx-demo", "registryDependencies": [ "https://reusables.vercel.app/r/notify" ], "files": [ { "path": "registry/example/toast-with-jsx-demo.tsx", "content": "\"use client\"\n\nimport { toast } from \"@/packages/notify/src\"\n\nimport { Button } from \"@/components/ui/button\"\n\nexport default function ToastWithJsxDemo() {\n return (\n
\n \n toast.info(\n <>\n The Evil Rabbit jumped over the\n fence.\n \n )\n }\n >\n Show JSX Toast\n \n
\n )\n}\n", "type": "registry:example", "target": "components/toast-with-jsx-demo.tsx" } ], "type": "registry:example" }