Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Avatar
- Badge
- Breadcrumb
- Button
- Button Group
- Calendar
- Card
- Carousel
- Chart
- Checkbox
- Collapsible
- Combobox
- Command
- Context Menu
- Data Table
- Date Picker
- Dialog
- Drawer
- Dropdown Menu
- Hover Card
- Input
- Input OTP
- Kbd
- Label
- Menubar
- Native Select
- Navigation Menu
- Pagination
- Popover
- Progress
- Radio Group
- Resizable
- Scroll Area
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Sonner
- Spinner
- Switch
- Table
- Tabs
- Textarea
- Toggle
- Toggle Group
- Tooltip
June 2026
| Su | Mo | Tu | We | Th | Fr | Sa |
|---|---|---|---|---|---|---|
"use client";
import { useState } from "react";
import { Calendar } from "@/components/calendar/calendar";
Installation
$ pnpm dlx shadcn@latest add https://shadcn-cssinjs.vercel.app/r/calendar.json
Usage
import { Calendar } from "@/components/ui/calendar/calendar";<Calendar mode="single" selected={date} onSelect={setDate} />RTL
To enable right-to-left support, see the RTL guide.
يونيو2026يونيو 2026
| أحد | اثنين | ثلاثاء | أربعاء | خميس | جمعة | سبت |
|---|---|---|---|---|---|---|
"use client";
import * as React from "react";
import { arSA, he } from "react-day-picker/locale";
import { useTranslation } from "@/components/language-selector";API Reference
The Calendar component is built on top of React DayPicker. See the React DayPicker documentation for the full list of props.