Recent Topics
Add Carousel component VueJS into Bagisto
-
Hi, i need help for add another slider in bagisto, i want to add this slider vuejs https://vuejsexamples.com/carousel-component-for-vue-js/
How i should add this componen?
-
Hi isaac9 ,
In our latest release, we have a new velocity theme, you may refer from there as -
-
You need to create your own Carousel component, may refer, Carousel component
-
You have to register your Carousel component in app.js file as https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/js/app.js#L3
-
Use the component in your blade file https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/home/slider.blade.php#L12
If still you have any query, then feel free to write to us...
Thanks
-