Home / Function/ Calendar15() — ui Function Reference

Calendar15() — ui Function Reference

Architecture documentation for the Calendar15() function in calendar-15.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  2fdc269a_c87a_6712_33d7_63d809d6a1db["Calendar15()"]
  7a8ee238_aaa8_4125_9567_a2f8ed6ddc96["calendar-15.tsx"]
  2fdc269a_c87a_6712_33d7_63d809d6a1db -->|defined in| 7a8ee238_aaa8_4125_9567_a2f8ed6ddc96
  style 2fdc269a_c87a_6712_33d7_63d809d6a1db fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/blocks/calendar-15.tsx lines 7–22

export default function Calendar15() {
  const [date, setDate] = React.useState<Date | undefined>(
    new Date(2025, 5, 12)
  )

  return (
    <Calendar
      mode="single"
      defaultMonth={date}
      selected={date}
      onSelect={setDate}
      className="rounded-lg border shadow-sm"
      showWeekNumber
    />
  )
}

Subdomains

Frequently Asked Questions

What does Calendar15() do?
Calendar15() is a function in the ui codebase, defined in deprecated/www/registry/new-york/blocks/calendar-15.tsx.
Where is Calendar15() defined?
Calendar15() is defined in deprecated/www/registry/new-york/blocks/calendar-15.tsx at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free