Skip to content

Commit

Permalink
Merge pull request #7935 from ysm-dev/swiper
Browse files Browse the repository at this point in the history
Improve Swiper Detection
  • Loading branch information
AliasIO committed Aug 22, 2023
2 parents c9dcb45 + 2bd1d01 commit 471c2fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -7081,11 +7081,19 @@
59
],
"description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.",
"dom": "div[data-swiper-slide-index], [swiper-container]",
"dom": [
"div[data-swiper-slide-index]",
"swiper-container",
"swiper-slide",
"div.swiper-wrapper",
"div.swiper-initialized",
"div.swiper-vertical"
],
"icon": "Swiper.svg",
"js": {
"Swiper": ""
},
"oss": true,
"scriptSrc": "swiper(?:\\.min)?\\.js",
"website": "https://swiperjs.com"
},
Expand Down Expand Up @@ -7422,4 +7430,4 @@
},
"website": "https://styled-components.com"
}
}
}

0 comments on commit 471c2fb

Please sign in to comment.