Home / Function/ Calendar08() — ui Function Reference

Calendar08() — ui Function Reference

Architecture documentation for the Calendar08() function in calendar-08.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  12ebcdff_ca2f_d446_6593_b0664a4850f7["Calendar08()"]
  7a8a79cb_ac99_7917_fb2b_39b905a667bc["calendar-08.tsx"]
  12ebcdff_ca2f_d446_6593_b0664a4850f7 -->|defined in| 7a8a79cb_ac99_7917_fb2b_39b905a667bc
  style 12ebcdff_ca2f_d446_6593_b0664a4850f7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/blocks/calendar-08.tsx lines 7–24

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

  return (
    <Calendar
      mode="single"
      defaultMonth={date}
      selected={date}
      onSelect={setDate}
      disabled={{
        before: new Date(2025, 5, 12),
      }}
      className="rounded-lg border shadow-sm"
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free