react-image-sliders

1.0.0 • Public • Published

My React Image Slider Component

A simple and customizable image slider component for React.

Created By Aakash...
My Profile

Installation

You can install this package using npm:

npm install react-image-sliders

Usage To use the SliderComponent in your React application, follow these steps:

  1. Import the component: import { SliderComponent } from 'react-image-sliders';

  2. Include the SliderComponent in your JSX, passing the required props: const images = [ 'https://example.com/image1.jpg', 'https://example.com/image2.jpg', 'https://example.com/image3.jpg', ];

// Include the SliderComponent with images, width, and height props return ( ); Issues and Contributions If you encounter any issues or have suggestions for improvements, please open an issue.

Contributions are welcome! Fork this repository and create a pull request to contribute to the project.

Package Sidebar

Install

npm i react-image-sliders

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

11.3 kB

Total Files

11

Last publish

Collaborators

  • aakash_the_dev