3.1.0 • Published 11 months ago

react-prokrutchik v3.1.0

Weekly downloads
120
License
MIT
Repository
github
Last release
11 months ago

React Scroller

React component wrapper for Scroller.

Installation

Add the packages from npm:

npm install prokrutchik react-prokrutchik

Usage

import { Scroller } from "react-prokrutchik";
import "react-prokrutchik/styles.css";

function App() {
  return (
    <Scroller
      position="center"
      duration={500}
      scrollbar="hidden"
      scrollbar="hidden"
      align="start"
    >
      <div>Text...</div>
      <img src="example.png" alt="Images..." />
      {/* ...Or Other content */}
    </Scroller>
  );
}

Configuration

For more configuration options, check out Scroller settings.

3.1.0

11 months ago

2.0.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

1.2.12

2 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago