Factory for Good

Calendar

A calendar component that allows users to select a date or a range of dates.

August 2026

Installation

pnpm dlx shadcn@latest add calendar

Usage

"use client";
import * as React from "react";
import { Calendar } from "@/components/ui/calendar";

A calendar component that allows users to select a date or a range of dates.

On this page