Calendar

PreviousNext

calendar-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/date-and-time/calendar/calendar-demo.tsx
"use client"

import { Calendar } from "@/components/ui/calendar"

export default function CalendarDemo() {
  return <Calendar aria-label="Event date" />
}

Installation

npx shadcn@latest add @intentui/calendar-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.