0.1.20 • Published 2 years ago
react-deadly-simple-carousel v0.1.20
React Deadly Simple Gallery
Carousel Component to display images in sequence, supports touch events, click events, arrows navigation, dot navigation
Fast usage
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",
},
]}
/>
);
};
Gallery - Demo and Code Generator
Here you can play with the gallery and generate yours. Link Generator
Work in progress
Complete documentation coming soon. 🥵
Contacts
For any request and urgent question contact me here: simone.piz1984@gmail.com
0.1.20
2 years ago
0.1.19
2 years ago
0.1.18
2 years ago
0.1.17
2 years ago
0.1.16
2 years ago
0.1.15
2 years ago
0.1.14
2 years ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago