0.2.2 • Published 4 years ago

react-overlayscrollbars v0.2.2

Weekly downloads
62
License
MIT
Repository
github
Last release
4 years ago

This project is based on the overlayscrollbar project and is developed.

Demo

import ScrollBar from 'react-overlayscrollbars';
import 'react-overlayscrollbars/es/index.css';

<ScrollBar className="roy_scroll os-theme-dark"
        id="roy_id"
        style={{background:'red'}}
        overflow-behavior={{ x: 'hidden' }}
        scrollbars={{ autoHide: 'l' }} >
    // ....
</ScrollBar>

.roy_scroll{
    height: calc(100% - 0px);
    transition: width 0.3s ease-in-out 0s;
}

Download

npm

npm i -S react-overlayscrollbars

Options

Please read the much more detailed documentation.

License

MIT

0.2.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago