Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bespoyasov/react-scroller

React component wrapper for Scroller.
https://github.com/bespoyasov/react-scroller

drag-and-drop react react-component scroller ui

Last synced: about 2 months ago
JSON representation

React component wrapper for Scroller.

Awesome Lists containing this project

README

        

# React Scroller

React component wrapper for [Scroller](https://github.com/bespoyasov/scroller).

## Installation

Add the packages from npm:

```shell
npm install prokrutchik react-prokrutchik
```

## Usage

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

function App() {
return (

Text...

Images...
{/* ...Or Other content */}

);
}
```

## Configuration

For more configuration options, check out [Scroller settings](https://github.com/bespoyasov/scroller#configuration).