
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-sd-gallery
Advanced tools
React CSV Parser is a React component library for adding image or video library to your react application, supports lazy loading as well.
React Sleek Design Gallery is a customizable React gallery library that provides an immersive image viewing experience with features like lazy loading, lightbox with zoom and pan, customizable transition effects, image captions, fullscreen mode, thumbnail navigation, autoplay slideshow, and mobile gesture support.
NPM Link - https://www.npmjs.com/package/react-sd-gallery?activeTab=readme
Install react-sd-gallery using npm or yarn:
npm install react-sd-gallery
or bash
yarn add react-sd-gallery
Here's an example of how to use the library in your React application:
jsx
// App.js
import React from 'react';
import { Gallery } from 'react-sd-gallery';
const images = [
{
src: 'path/to/image1.jpg',
alt: 'Image 1',
thumbnail: 'path/to/thumbnail1.jpg',
alt_thumbnail: 'Thumbnail 1',
caption: 'This is image 1'
},
{
src: 'path/to/image2.jpg',
alt: 'Image 2',
thumbnail: 'path/to/thumbnail2.jpg',
alt_thumbnail: 'Thumbnail 2',
caption: 'This is image 2'
},
// More images...
];
const MyGallery = () => (
<Gallery images={images} autoplayTime={5000} />
);
export default MyGallery;

Contributions are welcome! Please submit a pull request or open an issue to suggest improvements or report bugs. This is still in development hence suggest improvements.
I am Subham Divakar and I am the developer of multiple python and react libraries. Check out my worksamples on my portfolio site.
LinkedIn: https://www.linkedin.com/in/subham-divakar-a7420a12a/
GitHub: https://github.com/shubham10divakar
Portfolio: https://shubham10divakar.github.io/showcasehub/
Your feedback is important! Please share your thoughts and suggestions. License
This project is licensed under the MIT License.
FAQs
React CSV Parser is a React component library for adding image or video library to your react application, supports lazy loading as well.
The npm package react-sd-gallery receives a total of 0 weekly downloads. As such, react-sd-gallery popularity was classified as not popular.
We found that react-sd-gallery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.