react-scroll-element
v3.0.1
Published
React NPM library containing customizable scroll elements
Downloads
34
Maintainers
Readme
Documentation & Demo
Documentation and demo can be found here
Table of Contents
Installation
With yarn
yarn add react-scroll-element
or with npm
npm install react-scroll-element
Setup
Import
import ScrollElement from 'react-scroll-element';
Development
Linting
yarn lib:lint
Testing
yarn lib:test
jest
is used for as the testing framework.
How to Contribute
- Clone repo and create a new branch:
git checkout https://github.com/crisboarna/react-scroll-element -b name_for_new_branch`.
- Make changes and test
- Submit Pull Request with comprehensive description of changes
Bots used
To facilitate development the following bots are integrated into the repository:
License
Full license details can be found in LICENSE.md