Progress
Progress tracking and task assignment can be found on the project board: https://github.com/orgs/kobaltedev/projects/7.
Contributing
Please comment or assign yourself on the component's issue from the project board.
Every component has its own folder under packages/core/src/<component>.
Dev environment
A minimal vite env can be found in packages/core/dev and started with pnpm dev:core.
Example component code can be copied from the docs.
Please make sure the correct behavior happens (WAI ARIA pattern if available, linked in the docs).
Testing
To run a test on a specific component:
pnpm -F @kobalte/core test menubar
(Some tests are disabled until the timings are fixed).
Pull Request
Once done, open a pull request targeting the branch solid2 and request a review from @jer3m01.
Progress
Progress tracking and task assignment can be found on the project board: https://github.com/orgs/kobaltedev/projects/7.
Contributing
Please comment or assign yourself on the component's issue from the project board.
Every component has its own folder under
packages/core/src/<component>.Dev environment
A minimal vite env can be found in
packages/core/devand started withpnpm dev:core.Example component code can be copied from the docs.
Please make sure the correct behavior happens (WAI ARIA pattern if available, linked in the docs).
Testing
To run a test on a specific component:
pnpm -F @kobalte/core test menubar(Some tests are disabled until the timings are fixed).
Pull Request
Once done, open a pull request targeting the branch
solid2and request a review from @jer3m01.