
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
react-deadly-simple-carousel
Advanced tools
Carousel Component to display images in sequence, supports touch events, click events, arrows navigation, dot navigation
Carousel Component to display images in sequence, supports touch events, click events, arrows navigation, dot navigation
npm i react-deadly-simple-carousel
To use the carousel:
import React from "react";
import { Gallery } from "react-deadly-simple-carousel";
// IMPORTANT: import the gallery css
import "react-deadly-simple-carousel/dist/style.css";
export const YourComponent = () => {
return (
<Gallery
images={[
{
src: "path/to/your.img",
alt: "alt description",
},
{
src: "path/to/your.img",
alt: "alt description",
},
]}
/>
);
};
Here you can play with the gallery and generate yours. Link Generator
Complete documentation coming soon. 🥵
For any request and urgent question contact me here: simone.piz1984@gmail.com
FAQs
Carousel Component to display images in sequence, supports touch events, click events, arrows navigation, dot navigation
We found that react-deadly-simple-carousel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.