New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gallery-3d

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gallery-3d

An Astro component that renders an interactive 3D image gallery using CSS transforms and perspective effects, designed for smooth transitions and responsive layouts

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

An Astro component that renders an interactive 3D image gallery using CSS transforms and perspective effects, designed for smooth transitions and responsive layouts.

Installation 📖

# You can intall with npm
npm install gallery-3d
# or with yarn
yarn add gallery-3d
# or with pnpm
pnpm add gallery-3d

Usage ⚙️

---
import Gallery3d from 'gallery-3d';

const arrayImages = Array.from({ length: 8 }, (_, i) =>
  (`https://20essentials.github.io/project-1301/assets/a${i + 1}.avif`)
);
---

<Gallery3d arrayImages={arrayImages}  />

Demo 📹

Foto Preview

Keywords

astro

FAQs

Package last updated on 06 Oct 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