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
  bdd02437_7636_2557_e479_0aa280a0a385["Calendar08()"]
  415bbab3_355a_5149_636f_dc3a24e75b69["calendar-08.tsx"]
  bdd02437_7636_2557_e479_0aa280a0a385 -->|defined in| 415bbab3_355a_5149_636f_dc3a24e75b69
  style bdd02437_7636_2557_e479_0aa280a0a385 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