https://github.com/ctron/popper-rs
Popper bindings for Rust
https://github.com/ctron/popper-rs
Last synced: 5 months ago
JSON representation
Popper bindings for Rust
- Host: GitHub
- URL: https://github.com/ctron/popper-rs
- Owner: ctron
- License: apache-2.0
- Created: 2023-07-20T14:03:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T07:52:50.000Z (over 1 year ago)
- Last Synced: 2024-05-19T05:42:07.527Z (11 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - popper-rs - [Popper JS](https://popper.js.org/) bindings for Rust. (Crates / Javascript Library Ports)
README
# Popper bindings for Rust
[](https://github.com/ctron/popper-rs/actions?query=workflow%3A%22CI%22)
[](https://github.com/ctron/popper-rs/releases)
[](https://crates.io/crates/popper-rs)
[](https://docs.rs/popper-rs)Popper is a:
> Tooltip & Popover Positioning Engine
This project provides Rust bindings for WebAssembly.
## Examples
* [Basic](examples/basic) - A basic example with plain WASM
* [Yew](examples/yew) - An example using Yew with hooksYou can run the example using `trunk`:
```shell
trunk serve examples/basic/index.html --open
```