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-08

calendar-08

showcase-elevenlabs/calendar-08
FreeBlock

Calendar with disabled days

Install it

npx shadcn@latest add https://raw.githubusercontent.com/elevenlabs/showcase/main/apps/www/public/r/styles/new-york/calendar-08.json

Source

blocks/calendar-08.tsxraw.githubusercontent.com/elevenlabs/showcase/main/apps/www/public/r/styles/new-york/calendar-08.json
1"use client"
2
3import * as React from "react"
4
5import { Calendar } from "@/registry/new-york/ui/calendar"
6
7export default function Calendar08() {
8 const [date, setDate] = React.useState<Date | undefined>(
9 new Date(2025, 5, 12)
10 )
11
12 return (
13 <Calendar
14 mode="single"
15 defaultMonth={date}
16 selected={date}
17 onSelect={setDate}
18 disabled={{
19 before: new Date(2025, 5, 12),
20 }}
21 className="rounded-lg border shadow-sm"
22 />
23 )
24}

What it pulls in

Other registry items

  • calendar

Files it writes

  • registry/new-york/blocks/calendar-08.tsx

Facts

Registry
shadcn/ui
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

showcase.elevenlabs.io elevenlabs/showcase on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 357 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
calendar-01calendar-01shadcn/uiBlocksFreeno deps
calendar-02calendar-02shadcn/uiBlocksFreeno deps
calendar-03calendar-03shadcn/uiBlocksFreeno deps
calendar-04calendar-04shadcn/uiBlocksFreeno deps
calendar-05calendar-05shadcn/uiBlocksFreeno deps
calendar-06calendar-06shadcn/uiBlocksFreeno deps
calendar-07calendar-07shadcn/uiBlocksFreeno deps
calendar-09calendar-09shadcn/uiBlocksFreeno deps
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex