# Bevy Scrollbar
[](https://crates.io/crates/bevy_scrollbar)
[](https://docs.rs/bevy_scrollbar)
[](https://bevy.org/learn/quick-start/plugin-development/#main-branch-tracking)
Bevy plugin providing a scrollbar.

## Usage
Check out the documentation homepage or look at [example_1.rs](examples/example_1.rs).
## Scope
This project aims to provide simple support for scrollbars in Bevy projects until Bevy does it natively.
## Contributions
Feel free to open a small PR.
## Bevy compatibility
| `0.6` | `0.18` |
| `0.5` | `0.17.2` |
| `0.4` | `0.17.0-dev` |
| `0.1`-`0.3` | `0.16` |