Helping out
This Call to action page is where items can be listed where community involvement will be greatly appreciated. In this respect, so that more time can be devoted to the components and not the docs site. If you take something on, please coordinate in the Discussions area so there are not duplicated efforts.
Docs site
The Docs site has several empty pages that need to be filled in. If you think you are up to it, pick one and help out.
In particular, all of the “Getting started” pages (one for each calendar type) need info after the API display component.
Testing
The UI package has a growing test suite, and additional coverage for component behavior, slots, and interaction patterns is very welcome.
JSON API
Each calendar component has an associated JSON API file. Several are still missing functionality that needs to be added or updated and reviewed.
Examples
A lot of the examples (in the examples folder) have been converted to Vue Composition API, and better yet, to use <script setup lang="ts">. Yet, there remains a lot using the Vue Options API. It’s preferable to convert these latter ones to the Vue Composition API. And, if you are not quite familiar with the Vue Composition API, this will give you hands-on experience. Just look at another example that has been converted and extrapolate.