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
  4afbbbbf_166a_e91b_4d1e_449e7fd9317c["Calendar15()"]
  4725d0fb_9e1c_542f_b39b_3cdcf9671720["calendar-15.tsx"]
  4afbbbbf_166a_e91b_4d1e_449e7fd9317c -->|defined in| 4725d0fb_9e1c_542f_b39b_3cdcf9671720
  style 4afbbbbf_166a_e91b_4d1e_449e7fd9317c 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