button-rounded.tsx — ui Source File
Architecture documentation for button-rounded.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 78c83295_cd11_031e_a9ca_3953849429c6["button-rounded.tsx"] 4b1d2128_46d9_46f0_b915_b6e1925b7876["button"] 78c83295_cd11_031e_a9ca_3953849429c6 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 78c83295_cd11_031e_a9ca_3953849429c6 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 78c83295_cd11_031e_a9ca_3953849429c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/examples/radix/ui/button"
import { ArrowUpIcon } from "lucide-react"
export default function ButtonRounded() {
return (
<div className="flex flex-col gap-8">
<Button variant="outline" size="icon" className="rounded-full">
<ArrowUpIcon />
</Button>
</div>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- lucide-react
Source
Frequently Asked Questions
What does button-rounded.tsx do?
button-rounded.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in button-rounded.tsx?
button-rounded.tsx defines 1 function(s): ButtonRounded.
What does button-rounded.tsx depend on?
button-rounded.tsx imports 2 module(s): button, lucide-react.
Where is button-rounded.tsx in the architecture?
button-rounded.tsx is located at apps/v4/examples/radix/button-rounded.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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