Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MatchaChoco010/yew-scroll-area
Custom scroll bar for yew
https://github.com/MatchaChoco010/yew-scroll-area
Last synced: 3 months ago
JSON representation
Custom scroll bar for yew
- Host: GitHub
- URL: https://github.com/MatchaChoco010/yew-scroll-area
- Owner: MatchaChoco010
- License: apache-2.0
- Created: 2022-06-02T13:42:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T13:45:42.000Z (over 2 years ago)
- Last Synced: 2024-04-23T20:54:51.302Z (7 months ago)
- Language: Rust
- Size: 1.81 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-Apache-2.0
Awesome Lists containing this project
- awesome-yew - yew-scroll-area - Custom scroll area for Yew. (Crates / Components)
README
# yew-scroll-area
[![crates.io](https://img.shields.io/crates/v/yew-scroll-area.svg)](https://crates.io/crates/yew-scroll-area)
[![docs.rs](https://docs.rs/yew-scroll-area/badge.svg)](https://docs.rs/yew-scroll-area)
[![yew version: 0.19.3](https://img.shields.io/badge/yew%20version-0.19.3-yellow)](https://docs.rs/egui/0.14.2/egui/index.html)Custom scroll area for yew.
https://user-images.githubusercontent.com/20170107/171973782-2107c1ec-a6c4-40c7-aa4d-78f58f1f9cdb.mp4
[Demo](https://matchachoco010.github.io/yew-scroll-area/)
## example
```sh
$ cd example/app
$ trunk serve --release
```## Usage
[yew-scroll-area/README.md](/yew-scroll-area/README.md)
## License
MIT OR Apache-2.0