KSelect: Add documentation about the new events and slots #664
Labels
category: library
Shared code library
Component: KSelect
good first issue
Self-contained, straightforward, low-complexity
help wanted
Open source contributors welcome
🌱 Are you new to the codebase? Welcome and please see the contributing guidelines.
Summary
Document all props, slots, events, and public methods of KSelect that are not documented yet.
Context
In #549 we introduced an important refactor of KSelect as part of moving away from
KeenUiSelect
vendored component, and as a result we ended up having all the events, slots and public methods exposed byKeenUiSelect
inKSelect
, and the most of them doesn't have any description in our docs.Desired behavior
Would be great to have this new API documented, so anyone that reads them can understand it.
Guidance
Note that the props, slots, and events documentation is auto-generated from JSDoc strings in the Vue component - so that's the right place where to document it all. See https://github.com/learningequality/kolibri-design-system/blob/release-v4/dev_docs/04_how_to_update_docs.md#updating-the-library-components-documentation.
The text was updated successfully, but these errors were encountered: