Make _useKResponsiveElement composable public and Remove KResponsiveElementMixin #711
Labels
Component: KResponsiveElementMixin
help wanted
Open source contributors welcome
P2 - normal
Priority: Nice to have
TAG: dev experience
type: task
Something that needs to be done
Product
KDS, Kolibri (Studio and KDP doesnt seem to be using the KResponsiveElementMixin).
Description
Transition the internal composable _useKResponsiveElement to a public-facing composable named
useKResponsiveElement
. Then, remove the KResponsiveElementMixin mixin from the codebase. This involves the following steps:_useKResponsiveElement.js
file touseKResponsiveElement.js
.KResponsiveElementMixin
to use the newuseKResponsiveElement
composable.KResponsiveElementMixin.js
file.useKResponsiveElement
.KResponsiveElementMixin
.The Value Add
After this, we will able to replace all KResponsiveElement mixins with this composable. This aligns with our plan of adopting composables over mixins.
The text was updated successfully, but these errors were encountered: