0.7.2 • Published 6 years ago

osx-scrollview v0.7.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

osx-scrollview

NPM

An osx style scroll view react component.

Check demo at http://blog.sibo.me/osx-scrollview/

Important Notes: if you already have an osx-style scrollbar(osx, ios), it will use scrollbar of the system. All features has not been implemented.

Installation

npm install osx-scrollview

Usage

Append dist/style.css to your css file.

import {render} from "react-dom";
import ScrollView from "osx-scrollview";

render((
    <div style={{width: 300, height: 300}}>
        <ScrollView>
            <div style={{width: 400, height: 400}}>Content</div>
        </ScrollView>
    </div>
), document.getElementById('container'));

License

MIT

0.7.2

6 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.7

7 years ago

0.6.6

7 years ago

0.6.54

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago