3.1.0 • Published 2 years ago

react-prokrutchik v3.1.0

Weekly downloads
120
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

1.2.12

3 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.8

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago