toast-destructive.json — ui Source File
Architecture documentation for toast-destructive.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "toast-destructive",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"toast"
],
"files": [
{
"path": "examples/toast-destructive.tsx",
"content": "\"use client\"\n\nimport { useToast } from \"@/registry/new-york/hooks/use-toast\"\nimport { Button } from \"@/registry/new-york/ui/button\"\nimport { ToastAction } from \"@/registry/new-york/ui/toast\"\n\nexport default function ToastDestructive() {\n const { toast } = useToast()\n\n return (\n <Button\n variant=\"outline\"\n onClick={() => {\n toast({\n variant: \"destructive\",\n title: \"Uh oh! Something went wrong.\",\n description: \"There was a problem with your request.\",\n action: <ToastAction altText=\"Try again\">Try again</ToastAction>,\n })\n }}\n >\n Show Toast\n </Button>\n )\n}\n",
"type": "registry:example",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does toast-destructive.json do?
toast-destructive.json is a source file in the ui codebase, written in json.
Where is toast-destructive.json in the architecture?
toast-destructive.json is located at apps/v4/public/r/styles/new-york/toast-destructive.json (directory: apps/v4/public/r/styles/new-york).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free