Socket
Book a DemoInstallSign in
Socket

@victor2wy/carousel

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@victor2wy/carousel

carousel

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

wvictor14/carousel

A simple carousel + basic dropdown

  • Live example
  • npm @victor2wy/carousel
  • github.com/wvictor14/carousel

I developed the basic drop down in a separate repo:

Install

npm i @victor2wy/carousel

Usage

import { carousel } from "carousel";
carousel();
<div class="carousel">
  <div class="carousel-item">
    <img src="apple.jpg" alt="apple" width="300" />
  </div>
  <div class="carousel-item">
    <img src="chashao.jpg" alt="chashao" width="300" />
  </div>
  <div class="carousel-item">
    <img src="pizza.jpg" alt="pizza" width="300" />
  </div>
</div>

screenshot

FAQs

Package last updated on 27 Aug 2025

Did you know?

Socket

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.

Install

Related posts