LoginSignup
0
0

More than 3 years have passed since last update.

vanilla.jsでswiperを使う

Last updated at Posted at 2021-02-23

https://swiperjs.com/swiper-api#thumbs
を参考にする

var tab = new Swiper('.tab-content', {
    slidesPerView: 1,
    autoHeight: true,

    thumbs: {
        swiper: {
            el: '.tab-menu',
            slidesPerView: 3,//タブの数を決めたら勝手にスタイル当てられる
        }
    },
});
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0