{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sonner", "title": "Sonner", "description": "Terminal-style toaster wrapping the Sonner library: monospace, box border, no radius/shadow, semantic success/error/warning/info colors.", "dependencies": [ "sonner" ], "registryDependencies": [ "utils", "theme-catppuccin-mocha", "font-jetbrains-mono" ], "files": [ { "path": "registry/ui/sonner.tsx", "content": "import type * as React from \"react\";\nimport { Toaster as Sonner, type ToasterProps } from \"sonner\";\n\nfunction Toaster({ ...props }: ToasterProps) {\n\treturn (\n\t\t\n\t);\n}\n\nexport { Toaster };\n", "type": "registry:ui" } ], "type": "registry:ui" }