Home / File/ calendar-18.tsx — ui Source File

calendar-18.tsx — ui Source File

Architecture documentation for calendar-18.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  7599108d_379c_6ba0_2ac0_917466ee2f5b["calendar-18.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  7599108d_379c_6ba0_2ac0_917466ee2f5b --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  5000e233_363d_e409_8b5c_7e80d38646fe["calendar"]
  7599108d_379c_6ba0_2ac0_917466ee2f5b --> 5000e233_363d_e409_8b5c_7e80d38646fe
  style 7599108d_379c_6ba0_2ac0_917466ee2f5b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"

import { Calendar } from "@/registry/new-york/ui/calendar"

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

  return (
    <Calendar
      mode="single"
      selected={date}
      onSelect={setDate}
      className="rounded-lg border [--cell-size:2.75rem] md:[--cell-size:3rem]"
      buttonVariant="ghost"
    />
  )
}

Subdomains

Functions

Dependencies

  • calendar
  • react

Frequently Asked Questions

What does calendar-18.tsx do?
calendar-18.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in calendar-18.tsx?
calendar-18.tsx defines 1 function(s): Calendar18.
What does calendar-18.tsx depend on?
calendar-18.tsx imports 2 module(s): calendar, react.
Where is calendar-18.tsx in the architecture?
calendar-18.tsx is located at deprecated/www/registry/new-york/blocks/calendar-18.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/blocks).

Analyze Your Own Codebase

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

Try Supermodel Free