From edad815fd9edb787134eac57f5c25079def0c6f5 Mon Sep 17 00:00:00 2001 From: Hannes <42282368+holtergram@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:28:54 +0200 Subject: [PATCH] docs: add `@internationalized/date` package installation instruction (#654) --- apps/www/src/content/docs/components/calendar.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/www/src/content/docs/components/calendar.md b/apps/www/src/content/docs/components/calendar.md index 9447d118..073ab4e9 100644 --- a/apps/www/src/content/docs/components/calendar.md +++ b/apps/www/src/content/docs/components/calendar.md @@ -24,6 +24,10 @@ If you're looking for a range calendar, check out the [Range Calendar](/docs/com ```bash npx shadcn-vue@latest add calendar ``` +::: tip +The component depends on the [@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/index.html) package, which solves a lot of the problems that come with working with dates and times in JavaScript. +Check [Dates & Times in Radix Vue](https://www.radix-vue.com/guides/dates.html) for more information and installation instructions. +::: ## Datepicker