BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/calendar
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-13 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

zenithui-chandubobbili/calendar
RemovedComponent

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://zenithui.chandubobbili.dev/r/calendar.json

Source

registry/ui/calendar.tsxzenithui.chandubobbili.dev/r/calendar.json
1"use client"
2import type { ComponentProps } from "react"
3import { DayPicker } from "@zenithui/day-picker"
4import { cn } from "@/lib/utils"
5
6export default function Calendar({
7 ...props
8}: ComponentProps<typeof DayPicker>) {
9 return (
10 <DayPicker
11 {...props}
12 classNames={{
13 calendar:
14 "w-full min-w-[300px] max-w-[320px] bg-background text-primary p-4 rounded-lg",
15 header: "flex justify-between items-center",
16 prevMonthButton: cn(
17 "rotate-180 cursor-pointer rounded-lg border-none bg-transparent p-2 transition-colors duration-200 ease-in-out",
18 // Hover Styles
19 "hover:bg-accent hover:text-accent-foreground",
20 // Focus Styles
21 "focus-visible:ring-ring focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
22 // Disabled Styles
23 "disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50",
24 ),
25 nextMonthButton: cn(
26 "cursor-pointer rounded-lg border-none bg-transparent p-2 transition-colors duration-200 ease-in-out",
27 // Hover Styles
28 "hover:bg-accent hover:text-accent-foreground",
29 // Focus Styles
30 "focus-visible:ring-ring focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
31 // Disabled Styles
32 "disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50",
33 ),
34 monthCaption: cn(
35 "text-primary flex h-10 min-w-[100px] cursor-pointer items-center justify-center rounded-md border-2 border-transparent bg-transparent text-sm font-medium",
36 // Hover Styles
37 "hover:bg-accent hover:text-accent-foreground",
38 // Focus Styles
39 "focus-visible:ring-ring focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
40 // Disabled Styles
41 "disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50",
42 ),
43 months: "grid grid-cols-3 gap-1",
44 weekdays: "grid grid-cols-7 text-center text-xs text-muted-foreground",
45 weekday: "py-2",
46 days: "grid grid-cols-7 gap-1 data-[mode='range']:gap-x-0",
47 day: cn(
48 "text-accent-foreground flex h-10 w-full cursor-pointer items-center justify-center rounded-lg bg-transparent text-sm font-medium transition-colors duration-200 ease-in-out",
49 // Hover Styles
50 "hover:bg-accent hover:text-accent-foreground",
51// … truncated

What it pulls in

npm packages

  • @zenithui/day-picker
  • lucide-react

Files it writes

  • registry/ui/calendar.tsx

Facts

Registry
shadcn/ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-07
Last confirmed
6 days ago

Go to the source

zenithui.chandubobbili.dev ChanduBobbili/ZenithUi on GitHub Raw registry item This item as JSON

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex