---
title: Calendar
description: A date field component that allows users to enter and edit date.
---
## About
The `Calendar` component is built on top of [VCalendar](https://vcalendar.io/getting-started/installation.html).
## Installation
```bash
npx shadcn-vue@latest add calendar
```
### Install the following dependency
```bash
npm install v-calendar
```
### Copy and paste the following code into your project
<<< @/lib/registry/default/ui/calendar/Calendar.vue
## Usage
```vue
```