This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
calendar-18
accelya-ui-lib/calendar-18RemovedBlock
Variable size
Install it
npx shadcn@latest add https://raw.githubusercontent.com/ramsaoji/Accelya-UI-Lib/main/public/r/styles/default/calendar-18.jsonSource
1"use client"23import * as React from "react"45import { Calendar } from "@/registry/default/ui/calendar"67export default function Calendar18() {8 const [date, setDate] = React.useState<Date | undefined>(9 new Date(2025, 5, 12)10 )1112 return (13 <Calendar14 mode="single"15 selected={date}16 onSelect={setDate}17 className="rounded-lg border [--cell-size:2.75rem] md:[--cell-size:3rem]"18 buttonVariant="ghost"19 />20 )21}
What it pulls in
Other registry items
