react-deadly-simple-carousel
Advanced tools
Weekly downloads
Readme
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
The npm package react-deadly-simple-carousel receives a total of 11 weekly downloads. As such, react-deadly-simple-carousel popularity was classified as not popular.
We found that react-deadly-simple-carousel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.