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

button-rounded.tsx — ui Source File

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

File tsx DocumentationAtlas Changelog 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  ee1a086d_c1a8_411a_05ad_68ec427ec02a["button-rounded.tsx"]
  4544fa74_9b37_0912_c55e_f4ff161b8e83["button"]
  ee1a086d_c1a8_411a_05ad_68ec427ec02a --> 4544fa74_9b37_0912_c55e_f4ff161b8e83
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  ee1a086d_c1a8_411a_05ad_68ec427ec02a --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style ee1a086d_c1a8_411a_05ad_68ec427ec02a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/base/ui/button"
import { ArrowUpIcon } from "lucide-react"

export default function ButtonRounded() {
  return (
    <div className="flex gap-2">
      <Button className="rounded-full">Get Started</Button>
      <Button variant="outline" size="icon" className="rounded-full">
        <ArrowUpIcon />
      </Button>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • button
  • lucide-react

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/base/button-rounded.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).

Analyze Your Own Codebase

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

Try Supermodel Free