Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

react-deadly-simple-carousel

Package Overview
Dependencies
4
Maintainers
1
Versions
20
Issues
File Explorer

Advanced tools

react-deadly-simple-carousel

Carousel Component to display images in sequence, supports touch events, click events, arrows navigation, dot navigation

    0.1.20latest
    GitHub

Version published
Maintainers
1
Weekly downloads
11
decreased by-21.43%

Weekly downloads

Readme

Source

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", }, ]} /> ); };

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

Keywords

FAQs

Last updated on 11 Feb 2023

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc