date-picker.tsx — ui Source File
Architecture documentation for date-picker.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b45e97b1_929a_7527_267d_838c3189024b["date-picker.tsx"] 7bfe56e6_25f1_1b2f_588d_f14238c3c071["calendar"] b45e97b1_929a_7527_267d_838c3189024b --> 7bfe56e6_25f1_1b2f_588d_f14238c3c071 12632a83_ef01_5f03_4110_ed33d49893b7["sidebar"] b45e97b1_929a_7527_267d_838c3189024b --> 12632a83_ef01_5f03_4110_ed33d49893b7 style b45e97b1_929a_7527_267d_838c3189024b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Calendar } from "@/registry/new-york-v4/ui/calendar"
import {
SidebarGroup,
SidebarGroupContent,
} from "@/registry/new-york-v4/ui/sidebar"
export function DatePicker() {
return (
<SidebarGroup className="px-0">
<SidebarGroupContent>
<Calendar className="[&_[role=gridcell].bg-accent]:bg-sidebar-primary [&_[role=gridcell].bg-accent]:text-sidebar-primary-foreground [&_[role=gridcell]]:w-[33px]" />
</SidebarGroupContent>
</SidebarGroup>
)
}
Domain
Subdomains
Functions
Dependencies
- calendar
- sidebar
Source
Frequently Asked Questions
What does date-picker.tsx do?
date-picker.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in date-picker.tsx?
date-picker.tsx defines 1 function(s): DatePicker.
What does date-picker.tsx depend on?
date-picker.tsx imports 2 module(s): calendar, sidebar.
Where is date-picker.tsx in the architecture?
date-picker.tsx is located at apps/v4/registry/new-york-v4/blocks/sidebar-15/components/date-picker.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/blocks/sidebar-15/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free