1.0.4 • Published 6 years ago

react-scaling-scroll v1.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

react-scaling-scroll

NPM JavaScript Style Guide

Install

npm install --save react-scaling-scroll

Demo

Alt Text

Usage

import * as React from 'react';

import MyComponent from 'react-scaling-scroll';

class Example extends React.Component {
    render () {
        return (
            <MyComponent elements={[
                <p key={1}>1</p>,
                <p key={2}>2</p>,
                <p key={3}>3</p>
            ]} />
        )
    }
}

License

MIT ©

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago