
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@firstandthird/carousel
Advanced tools
Simple Carousel.
npm install @firstandthird/carousel
Option | Type | Default | Description |
---|---|---|---|
autoslide | {Number} | 0 | Disabled by default. Number of milliseconds to autoslide to next one |
match | {String} | - | Media query on which the carousel shouldn't work with touch events. Useful if you want to disable touch events on tablets |
transformsEnabled | {Boolean} | false | By default, slides won't have a transform animation. If this is true they'll have a transform applied to them whenever the page is changed |
transformOn | {String} | - | This overwrites the above an only enables transform on a given media query |
Starts autosliding the carousel.
Stops the carousel.
Navigates the carousel to a given slide. Needs parameter index
(1 based).
index
- {Number} - Slide index
Allows an element (preferably a button) to go to the previous slide once clicked (if possible).
Allows an element (preferably a button) to go to the next slide once clicked (if possible).
A custom event carousel:slide:change
is fired on every slide change.
<section class="carousel" data-module="Carousel" data-module-autoslide="4000">
<div data-carousel-slides>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
</div>
... content
<div data-carousel-slides>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
<div data-carousel-slide></div>
</div>
<ul class="carousel-controls">
<li><button class="carousel-control" data-action="changeSlide" data-action-index="1" aria-selected="true"></button></li>
<li><button class="carousel-control" data-action="changeSlide" data-action-index="2" aria-selected="false"></button></li>
<li><button class="carousel-control" data-action="changeSlide" data-action-index="3" aria-selected="false"></button></li>
<li><button class="carousel-control" data-action="changeSlide" data-action-index="4" aria-selected="false"></button></li>
</ul>
</section>
There are more examples here.
FAQs
Simple carousel
The npm package @firstandthird/carousel receives a total of 11 weekly downloads. As such, @firstandthird/carousel popularity was classified as not popular.
We found that @firstandthird/carousel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.