Home / File/ button-destructive.tsx — ui Source File

button-destructive.tsx — ui Source File

Architecture documentation for button-destructive.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx DocumentationAtlas ContentSourcing 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  f4a84beb_9d9a_008a_6f9a_6a82556aaead["button-destructive.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  f4a84beb_9d9a_008a_6f9a_6a82556aaead --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  style f4a84beb_9d9a_008a_6f9a_6a82556aaead fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/radix/ui/button"

export default function ButtonDestructive() {
  return <Button variant="destructive">Destructive</Button>
}

Subdomains

Dependencies

  • button

Frequently Asked Questions

What does button-destructive.tsx do?
button-destructive.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in button-destructive.tsx?
button-destructive.tsx defines 1 function(s): ButtonDestructive.
What does button-destructive.tsx depend on?
button-destructive.tsx imports 1 module(s): button.
Where is button-destructive.tsx in the architecture?
button-destructive.tsx is located at apps/v4/examples/radix/button-destructive.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free