Home / Function/ CalendarDemo() — ui Function Reference

CalendarDemo() — ui Function Reference

Architecture documentation for the CalendarDemo() function in calendar-demo.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5a6dc8a1_8c39_4238_775d_cbe3bf224ba4["CalendarDemo()"]
  dd05125d_5c91_e524_3bcb_922512c83347["calendar-demo.tsx"]
  5a6dc8a1_8c39_4238_775d_cbe3bf224ba4 -->|defined in| dd05125d_5c91_e524_3bcb_922512c83347
  style 5a6dc8a1_8c39_4238_775d_cbe3bf224ba4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/calendar-demo.tsx lines 7–19

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

  return (
    <Calendar
      mode="single"
      selected={date}
      onSelect={setDate}
      className="rounded-md border shadow-sm"
      captionLayout="dropdown"
    />
  )
}

Subdomains

Frequently Asked Questions

What does CalendarDemo() do?
CalendarDemo() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/calendar-demo.tsx.
Where is CalendarDemo() defined?
CalendarDemo() is defined in apps/v4/registry/new-york-v4/examples/calendar-demo.tsx at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free