0.7.2 • Published 8 years ago

osx-scrollview v0.7.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.7

8 years ago

0.6.6

8 years ago

0.6.54

8 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago