3.3.0 • Published 7 days ago

@yoursurprise/slider v3.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 days ago

React slider

This package contains a basic modern slider. The purpose of this slider is to provide a simple React component which can be controlled in a userfriendly way on mobile, tablet and desktop.

Demo page: https://yoursurprisecom.github.io/slider/

This slider has the following features:

  • Free scroll on mobile with native CSS scroll snapping
  • Drag to scroll on devices with a mouse
  • Buttons to navigate on devices with a mouse
  • Support for multiple variable width slides

Todos (help appreciated):

  • Add a demo page
  • Add more configuration
  • Add end-to-end tests
  • Set up proper workflows in GitHub
  • Set the GitHub repository to public
  • Support more browsers
  • Improve accessibility
  • Reduce amount of required tooling

All browsers with IntersectionObserver will be supported, as of right now, only the latest versions of browsers are supported.

Installation

npm

npm install @yoursurprise/slider --save

yarn

yarn add @yoursurprise/slider

Import the CSS files

import "@yoursurprise/slider/dist/index.css";

Implement the Slider

import { Slider } from '@yoursurprise/slider';
import '@yoursurprise/slider/dist/index.css';

export default function YourComponent() {
    return (
        <Slider>
            <div>1</div>
            <div>2</div>
            <div>3</div>
            <div>4</div>
        </Slider>
    );
}

Configuration

OptionTypeRequiredDefaultDescription
hideNavigationButtonsbooleanfalsefalseAlways hides the navigation buttons
3.4.0-beta.1

7 days ago

3.3.0

2 months ago

3.2.0

3 months ago

3.2.0-beta.4

3 months ago

3.1.2

4 months ago

2.3.0

10 months ago

2.3.4-beta.1

10 months ago

2.3.2-beta.1

10 months ago

2.3.2

10 months ago

2.3.1

10 months ago

2.3.3

10 months ago

3.1.1

7 months ago

3.1.0

9 months ago

3.2.0-beta.2

8 months ago

3.2.0-beta.3

7 months ago

3.2.0-beta.1

8 months ago

3.0.0

10 months ago

2.2.0-beta.1

1 year ago

2.2.0-beta.2

1 year ago

2.2.0-beta.3

1 year ago

2.2.0-beta.4

1 year ago

2.2.0

1 year ago

2.0.2-beta.2

1 year ago

2.1.0

1 year ago

2.1.0-beta.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

1.0.3

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago