Home / Function/ DatePicker() — ui Function Reference

DatePicker() — ui Function Reference

Architecture documentation for the DatePicker() function in date-picker.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  23576692_3446_f7c1_5741_b0424d6677f9["DatePicker()"]
  b45e97b1_929a_7527_267d_838c3189024b["date-picker.tsx"]
  23576692_3446_f7c1_5741_b0424d6677f9 -->|defined in| b45e97b1_929a_7527_267d_838c3189024b
  style 23576692_3446_f7c1_5741_b0424d6677f9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/blocks/sidebar-15/components/date-picker.tsx lines 7–15

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>
  )
}

Subdomains

Frequently Asked Questions

What does DatePicker() do?
DatePicker() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/blocks/sidebar-15/components/date-picker.tsx.
Where is DatePicker() defined?
DatePicker() is defined in apps/v4/registry/new-york-v4/blocks/sidebar-15/components/date-picker.tsx at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free