Where to find documentation for components? #3225
-
I'm trying to implement a date range picker in Vue 3 and I'm looking at https://ark-ui.com/react/docs/components/date-picker, but that documentation seems incomplete. For e.g. there's no mention of what the I asked ChatGPT and it was able to tell me that I can set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The components are built upon Zag, you can probably find what you need in there - https://zagjs.com/components/vue/date-picker |
Beta Was this translation helpful? Give feedback.
-
You can also find the range picker example here: |
Beta Was this translation helpful? Give feedback.
You can also find the range picker example here:
https://github.com/chakra-ui/ark/blob/main/packages/vue/src/components/date-picker/examples/range.vue