Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/popper-rs
Popper bindings for Rust
https://github.com/ctron/popper-rs
Last synced: 3 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 (10 months ago)
- Last Synced: 2024-05-19T05:42:07.527Z (6 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
[![CI](https://github.com/ctron/popper-rs/workflows/CI/badge.svg)](https://github.com/ctron/popper-rs/actions?query=workflow%3A%22CI%22)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/ctron/popper-rs?sort=semver)](https://github.com/ctron/popper-rs/releases)
[![crates.io](https://img.shields.io/crates/v/popper-rs.svg)](https://crates.io/crates/popper-rs)
[![docs.rs](https://docs.rs/popper-rs/badge.svg)](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
```