duetds / date-picker

Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
https://www.duetds.com
MIT License
1.73k stars 68 forks source link

Usage without a date input (Inline with page content) #89

Open mrleblanc101 opened 3 years ago

mrleblanc101 commented 3 years ago

Is your feature request related to a problem? Please describe. Hi, I haven't tested this yet but the documentation make it seem that this is made to be bound to a form element.

Describe the solution you'd like It would be nice if we could use this as a standalone calendar picker inline with the content of the page. This mean it wouldn't need a trigger to open it, it would be in the flow of the page and wouldn't be bound to an input.

Describe alternatives you've considered Using an input, but hiding it with CSS and aria.

Here is an example of an Agenda Widget I had to do with v-calendar which is not accessible.

Capture d’écran, le 2021-07-16 à 11 04 21
dallas commented 2 years ago

I think this is related to https://github.com/duetds/date-picker/issues/55

WickyNilliams commented 7 months ago

Hey, I'm the original author of this project. I've made a spiritual successor to duet here. It's not a full date picker, just the calender pieces as you wanted here. It also supports displaying multiple months and date ranges. https://github.com/WickyNilliams/cally