Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bespoyasov/react-scroller
- Owner: bespoyasov
- License: mit
- Created: 2017-03-28T09:29:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T13:42:15.000Z (about 1 year ago)
- Last Synced: 2024-10-11T22:47:07.368Z (3 months ago)
- Topics: drag-and-drop, react, react-component, scroller, ui
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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...
{/* ...Or Other content */}
);
}
```## Configuration
For more configuration options, check out [Scroller settings](https://github.com/bespoyasov/scroller#configuration).