Docs
Calendar

Calendar

A date field component that allows users to enter and edit date.

About

The Calendar component is built on top of VCalendar.

Installation

bash
npx shadcn-vue@latest add calendar

Usage

vue
<script setup lang="ts">
import { Calendar } from '@/lib/registry/default/ui/calendar'
</script>

<template>
  <Calendar />
</template>
Edit this page on GitHub