My Favorite Carousel Library | Swiper.js

  Рет қаралды 17,434

John Komarnicki

John Komarnicki

Күн бұрын

Пікірлер: 41
@MartinMasevski
@MartinMasevski 2 жыл бұрын
Been using swiper for the last months and it's very useful and it adapts easily to everything
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
Yeah, I’ve used it in a ton of projects myself. Very useful almost any type of carousel you might need!
@yanDev
@yanDev 2 жыл бұрын
Thanks John for this Amazing Library!
@randel_mcafee86
@randel_mcafee86 2 жыл бұрын
Swiper is amazing! Thanks for sharing, John!
@thompsonalfred8591
@thompsonalfred8591 2 жыл бұрын
Love your videos John... Thank you so much
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
Thank you thompson, i appreciate that!
@farnaamsamadi5386
@farnaamsamadi5386 2 жыл бұрын
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.
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
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.
@kevthecoder
@kevthecoder 2 жыл бұрын
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 👌
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
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!
@kevthecoder
@kevthecoder 2 жыл бұрын
@@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 👍
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
Haha, we might! I enjoy giving all libraries a fair shot. I’ll definitely be checking this out and creating a video soon
@vspoke9150
@vspoke9150 Жыл бұрын
Thank you for sharing, I am starting on the web developing and I'm clad people share everything they know.
@qqq3016
@qqq3016 29 күн бұрын
How can I limit the maximum number of pagination bullets?
@moraghibner941
@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
@jatinkumar7287 Ай бұрын
Swiper is making cls of site high can u suggest a fix?
@ЕвгенийЧерник-н5э
@ЕвгенийЧерник-н5э 7 ай бұрын
Hello! Why doesn't this work with Nuxt 3?
@croanna_
@croanna_ Жыл бұрын
FIX: import { Pagination } from "swiper/modules"; , not import { Pagination } from "swiper";
@zapikk
@zapikk 5 ай бұрын
What about fullscreen mode?
@dailycodding8033
@dailycodding8033 Жыл бұрын
npm i swper giving error while its startring downloading files
@yanDev
@yanDev 2 жыл бұрын
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!
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
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!
@yanDev
@yanDev 2 жыл бұрын
@@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
@ramgo2264 Жыл бұрын
Good job 👊
@RO-nb6mz
@RO-nb6mz Жыл бұрын
awesome!
@yusha790
@yusha790 2 жыл бұрын
this is helpful thanks!
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
Glad it was helpful!
@jampy42
@jampy42 2 жыл бұрын
I use swiper a lot, but can you do a video on free mode with swiper? That's where it really shines
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
I actually use that mode for it quite often!
@karthikm.1804
@karthikm.1804 2 жыл бұрын
Please bring vue + typescript projects
@DanteMishima
@DanteMishima 2 жыл бұрын
Is this responsive?
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
For the sake of the demo, I did a fixed width and height. But you could make it responsive by not doing that
@DanteMishima
@DanteMishima 2 жыл бұрын
@@JohnKomarnicki alright, I see
@hugo9577
@hugo9577 Жыл бұрын
IMPOSSIBLE TO MAKE IT WORK IN LARAVEL 10 + VUE. BEEN TRYING FOR HOURS IT JUST DOES'NT APPEAR BLANK PAGE
@fatdarkness4099
@fatdarkness4099 Ай бұрын
Thanks a lotttttttttt
@truthteachers
@truthteachers 2 жыл бұрын
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.
@JohnKomarnicki
@JohnKomarnicki 2 жыл бұрын
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.
@truthteachers
@truthteachers 2 жыл бұрын
@@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.
Introduction To Altogic & Vue 3 (Build a CRUD App)
15:18
John Komarnicki
Рет қаралды 3,7 М.
How to use Swiper JS in Webflow for beginners?
19:19
Ahmed Qayyum
Рет қаралды 3,7 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Are you storing your Vue assets correctly?
4:56
John Komarnicki
Рет қаралды 8 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Build a React Image Slider with Tailwind CSS
18:29
Code Commerce
Рет қаралды 119 М.
Insane Creator Scam
21:06
Coffeezilla
Рет қаралды 8 МЛН
Creating a CMS-powered basic slider in Webflow using Swiper
16:33
Ilja van Eck
Рет қаралды 34 М.
How to build your own VUE PLUGINS
8:23
LearnVue
Рет қаралды 23 М.
A Lightweight Image Carousel Library
16:10
Hamed Bahram
Рет қаралды 20 М.
Creating an infinite logo carousel with pure CSS
12:18
Coding with Robby
Рет қаралды 159 М.