kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.22k stars 62 forks source link

Sponsorship Roadmap #247

Closed jer3m01 closed 8 months ago

jer3m01 commented 1 year ago

Outline of work to be done on Kobalte, sponsored by @davedbase. Will keep this issue updated with linked PRs rather than a single huge PR.

Roadmap

Components that are planned for the sponsorship as well as implementation requirements and resources.

Pagination ✅

https://github.com/kobaltedev/kobalte/pull/239

269

Work done ~11h

Menubar ✅

260

Will be based on https://www.radix-ui.com/primitives/docs/components/menubar and follow https://www.w3.org/WAI/ARIA/apg/patterns/menubar/.

While it is much bigger than Pagination, most of the work has already been done in the ContextMenu & DropdownMenu component. Only the Menubar itself and its interaction need to be added.

Work done ~13h

Additional work

@kobalte/date (DatePicker, Calendar) and bug fixes / other chores will be added in the future.

Anything else mentioned by @fabien-ml or @davedbase and approved can be added to this list.

fabien-ml commented 1 year ago

For Calendar: tests & doc are missing.

For DatePicker (my current WIP): multiple selection, range selection, tests & doc are missing.

I'm ok with the rest mentioned above.

jer3m01 commented 8 months ago

Closing this part as done, new issues to be created for continuation.