Skip to content

Commit e388eea

Browse files
authored
docs: update codesandbox templates in useDatePicker and useDateRangePicker (#7342)
1 parent a5d52e8 commit e388eea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@react-aria/datepicker/docs/useDatePicker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,13 @@ function CalendarCell({state, date}) {
461461
## Styled examples
462462

463463
<ExampleCard
464-
url="https://codesandbox.io/s/reverent-faraday-5nwk87?file=/src/DatePicker.js"
464+
url="https://codesandbox.io/p/sandbox/great-dawn-s7d8th?file=/src/DatePicker.js"
465465
preview={tailwindExample}
466466
title="Tailwind CSS"
467467
description="A date picker built with Tailwind and React Aria." />
468468

469469
<ExampleCard
470-
url="https://codesandbox.io/s/white-breeze-rer8g2?file=/src/DatePicker.js"
470+
url="https://codesandbox.io/p/sandbox/competent-tharp-zs37w9?file=/src/DatePicker.js"
471471
preview={chakraExample}
472472
title="Chakra UI"
473473
description="A date and time picker built with Chakra UI and React Aria." />

packages/@react-aria/datepicker/docs/useDateRangePicker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,13 +474,13 @@ function CalendarCell({state, date}) {
474474
## Styled examples
475475

476476
<ExampleCard
477-
url="https://codesandbox.io/s/reverent-faraday-5nwk87?file=/src/DateRangePicker.js"
477+
url="https://codesandbox.io/p/sandbox/great-dawn-s7d8th?file=/src/DateRangePicker.js"
478478
preview={tailwindExample}
479479
title="Tailwind CSS"
480480
description="A date range picker built with Tailwind and React Aria." />
481481

482482
<ExampleCard
483-
url="https://codesandbox.io/s/white-breeze-rer8g2?file=/src/DateRangePicker.js"
483+
url="https://codesandbox.io/p/sandbox/competent-tharp-zs37w9?file=/src/DateRangePicker.js"
484484
preview={chakraExample}
485485
title="Chakra UI"
486486
description="A date and time range picker built with Chakra UI and React Aria." />

0 commit comments

Comments
 (0)