unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.7k stars 229 forks source link

feat(RangeCalendar): allow non contiguous ranges #1411

Closed epr3 closed 2 weeks ago

epr3 commented 3 weeks ago

Hello,

This PR implements a prop on the RangeCalendar/DateRangePicker which allows the selection of dates over unavailable dates following the behaviour described here: https://react-spectrum.adobe.com/react-spectrum/RangeCalendar.html#non-contiguous-ranges

cloudflare-workers-and-pages[bot] commented 3 weeks ago

Deploying radix-vue with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3dd5b42
Status: ✅  Deploy successful!
Preview URL: https://432dadfe.radix-vue.pages.dev
Branch Preview URL: https://feat-allow-non-contiguous-ra.radix-vue.pages.dev

View logs

zernonia commented 2 weeks ago

Yoo @epr3 ! I would like to have feature to be merge to v2 instead of main 😁

epr3 commented 2 weeks ago

@zernonia Base branch changed to v2 🚀

epr3 commented 2 weeks ago

Updated 👍🏻