0.1.20 • Published 1 year ago

react-deadly-simple-carousel v0.1.20

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago