vue-responsive-components
Create responsive components with ResizeObserver.
Making responsive Vue components with ResizeObserver.
Installation
npm install vue-responsive-components
(Optional) Add plugin globally
It will add Responsive
component and v-responsive
directive
Usage
Responsive
component with scoped slot
v-responsive
directive
Thanks to this guy for idea