@salvatorecervone/viewportlazy
v1.0.5
Published
If you see , component load
Readme

About
If you see in browser, component loading
Installation
You can install the package via composer:
npm i @salvatorecervone/viewportlazyUse
Simple After publish component you use with:
<ViewPortLazy>
</ViewPortLazy>after insert component in your intern
example:
<ViewPortLazy>
<YourCustomComponent></YourCustomComponent>
</ViewPortLazy>or
<ViewPortLazy>
<Card>
<template #header>My Card</template>
<template #content>
My content
</template>
</Card>
</ViewPortLazy>All your axios call or your call external or internal project execute only after component is in viewport
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
