Been using swiper for the last months and it's very useful and it adapts easily to everything
@JohnKomarnicki2 жыл бұрын
Yeah, I’ve used it in a ton of projects myself. Very useful almost any type of carousel you might need!
@yanDev2 жыл бұрын
Thanks John for this Amazing Library!
@randel_mcafee862 жыл бұрын
Swiper is amazing! Thanks for sharing, John!
@thompsonalfred85912 жыл бұрын
Love your videos John... Thank you so much
@JohnKomarnicki2 жыл бұрын
Thank you thompson, i appreciate that!
@farnaamsamadi53862 жыл бұрын
It's a great tool but also the unpacked size is 4.66MB!!! You can write and customize your own carousel within maximum 200 lines of code.
@JohnKomarnicki2 жыл бұрын
Of course! I actually created a video where we create a custom carousel from scratch. Most of these libraries are to speed up development, and make life easier to implement features quickly.
@kevthecoder2 жыл бұрын
I loved using Swiper but these days I’m using SplideJS. I find it very easy to work with and sometimes lighter than what Swiper is offering. SplideJS also offers continuous sliding like a marquee, something that needs to be hacked with Swiper. But love em both 👌
@JohnKomarnicki2 жыл бұрын
Just checked it out! Maybe I’ll have to give this a try and see! Overall it does look great! 👀 *Good thing I said my favorite and not the best!
@kevthecoder2 жыл бұрын
@@JohnKomarnicki hahaa! We have a convert 😂 jk but most definitely would love to see you do a video and cover it. I think the developer would appreciate it as I don’t see it getting the traction that SwiperJS gets 👍
@JohnKomarnicki2 жыл бұрын
Haha, we might! I enjoy giving all libraries a fair shot. I’ll definitely be checking this out and creating a video soon
@vspoke9150 Жыл бұрын
Thank you for sharing, I am starting on the web developing and I'm clad people share everything they know.
@qqq301629 күн бұрын
How can I limit the maximum number of pagination bullets?
@moraghibner941 Жыл бұрын
im using vite vue3 swiper. and vite error [vite] Avoid deep import "swiper/vue". also vite say: If the dependency requires deep import to function properly, add the deep path to optimizeDeps.include in vite.config.js. but still not working. please help me fix it
@jatinkumar7287Ай бұрын
Swiper is making cls of site high can u suggest a fix?
@ЕвгенийЧерник-н5э7 ай бұрын
Hello! Why doesn't this work with Nuxt 3?
@croanna_ Жыл бұрын
FIX: import { Pagination } from "swiper/modules"; , not import { Pagination } from "swiper";
@zapikk5 ай бұрын
What about fullscreen mode?
@dailycodding8033 Жыл бұрын
npm i swper giving error while its startring downloading files
@yanDev2 жыл бұрын
do you think about redoing big projects like your workout application, or your fireblog? I followed all these projects and I loved and above all learned a lot thanks to them! I really hope that your life and your desire will give you the opportunity to make such projects! but whatever happens thank you!
@JohnKomarnicki2 жыл бұрын
Actually, I have a huge project coming soon! Probably near the end of the year. It will be a full stack application, like fireblogs. Built with Vue and Altogic! As well as a Vue crash course coming out within the next couple weeks!
@yanDev2 жыл бұрын
@@JohnKomarnicki great ! I'm delighted to read such a thing and I can't wait! see it all! thank you in advance for these videos which promise to be enormous!
@ramgo2264 Жыл бұрын
Good job 👊
@RO-nb6mz Жыл бұрын
awesome!
@yusha7902 жыл бұрын
this is helpful thanks!
@JohnKomarnicki2 жыл бұрын
Glad it was helpful!
@jampy422 жыл бұрын
I use swiper a lot, but can you do a video on free mode with swiper? That's where it really shines
@JohnKomarnicki2 жыл бұрын
I actually use that mode for it quite often!
@karthikm.18042 жыл бұрын
Please bring vue + typescript projects
@DanteMishima2 жыл бұрын
Is this responsive?
@JohnKomarnicki2 жыл бұрын
For the sake of the demo, I did a fixed width and height. But you could make it responsive by not doing that
@DanteMishima2 жыл бұрын
@@JohnKomarnicki alright, I see
@hugo9577 Жыл бұрын
IMPOSSIBLE TO MAKE IT WORK IN LARAVEL 10 + VUE. BEEN TRYING FOR HOURS IT JUST DOES'NT APPEAR BLANK PAGE
@fatdarkness4099Ай бұрын
Thanks a lotttttttttt
@truthteachers2 жыл бұрын
Hi John, thank you for all the good videos but I definitely had to give this one a thumps down. It is quite often you start a video abruptly from nowhere with contents and then you do not provide the starter code. Appreciate your help to make your videos more useful.
@JohnKomarnicki2 жыл бұрын
I provide starter code when needed. All the code needed for this is explained in the video. Minus very basic CSS. I wouldn’t create a new repo for just a blank vue 3 project for a tutorial like this.
@truthteachers2 жыл бұрын
@@JohnKomarnicki I understand. We need the codes to avoid typing the css and learn the main topic faster. Sometimes the very basic ones like "container" varies on different situation. I am addressing all these on behalf of newbies. Like i always said, the biggest audience are the newbies.