# onlyscroll

> just react scroll

Latest version **1.0.5** (published 2018-08-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install onlyscroll
pnpm add onlyscroll
yarn add onlyscroll
bun add onlyscroll
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-08-13 |
| First published | 2018-06-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 21 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | dyxuan |
| Maintainers | dyxuan |
| Keywords | react, scroll |

## Links

- npm: https://www.npmjs.com/package/onlyscroll
- Repository: https://github.com/whitemiaool/only-scroll
- Homepage: https://github.com/whitemiaool/only-scroll#readme
- Issues: https://github.com/whitemiaool/only-scroll/issues
- npm.io page: https://npm.io/package/onlyscroll

## Dependencies (1)

- [react](https://npm.io/package/react.md) ^16.4.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2018-08-13
- 1.0.4 — 2018-08-13
- 1.0.3 — 2018-06-13
- 1.0.2 — 2018-06-12
- 1.0.1 — 2018-06-12
- 1.0.0 — 2018-06-11

## README

## JUST ONLY SCROLL && Introduction
this is just  a very simple react scroll plug ,almost 200 lines to implement,its small and very useful.Most of the time we don't need much function,we just need text scroll in HTML,ye,If you happen to have such a need,you will love it
## Platform
PC and Mobile can work
## How to use 
```
npm i onlyscroll
```
import scroll package
``` javascript
    import Scroll from 'onlyscroll'

    ....

    render() {
        return (
            <div>
                <Scroll showBar={true} />
            </div>
        )
    }
```
## Demo
you may need to see it before you npn i it [demo](https://dyxuan.top/demo/onlyscroll/)
## API? Or Props
showBar:{Boolean} ---if you need a bar to show text view percent
## TODO
    1.props types verify
    2.more api
    3.horizontal slide

---
_Source: https://npm.io/package/onlyscroll · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
