Show Pop up Banner in homepage
-
How can i add and show dynamic pop up banner in velocity index page.!
-
Hi @bzay23,
Use this component,
<modal-component is-open="true"> <template v-slot:header> Your Header </template> <template v-slot:body> Your Body </template> </modal-component>
-
@devansh-webkul said in Show Pop up Banner in homepage:
<modal-component is-open="true">
<template v-slot:header>
Your Header
</template><template v-slot:body> Your Body </template>
</modal-component>
how to add this from backend like add image from backend
-
Hi @bzay23,
I just shared with you a template.
Rest header and body you need to customize this at your end.