0.1.20 • Published 3 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
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.17
3 years ago
0.1.16
3 years ago
0.1.15
3 years ago
0.1.14
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago