This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-background-slider
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-0 • Public • Published

React Background Slider

JavaScript Style Guide npm version

Simply beautiful background image slider for React 🌅

➡️ DEMO

Intro

This component is meant to be used as a full viewport background slideshow that can easily add a slick, polished feel to pages that don't have much content.

I've personally used it for several projects as the background for login / signup / dialog screens where the only content is a single foreground modal generally prompting the user for some info.

Install

# use npm
npm install --save react-background-slider

# use yarn
yarn add react-background-slider

Usage

import BackgroundSlider from 'react-background-slider'

<BackgroundSlider
  images={[image1, image2, ...]}
  duration={10} transition={2} />

API

BackgroundSlider

  • props.images - string[], required array of images to transition between.
  • props.duration - number, duration of which each image is displayed (default 10)
  • props.transition - number, duration of the transition (default 2)

The component will start with the first image.

Compatibility

The >2.0.0 version of this library requires React >16.8.

Demo

This repo comes with an example application under example/ that can be run locally to experiment with the component. This demo is also hosted here.

To launch the demo app

npm start

This will start the webpack dev server locally on port 9000.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i react-background-slider

Weekly Downloads

423

Version

3.0.0-0

License

MIT

Unpacked Size

13.5 kB

Total Files

6

Last publish

Collaborators

  • u2ix