webtric

Crates.iowebtric
lib.rswebtric
version0.1.3
sourcesrc
created_at2024-04-22 20:55:44.225967
updated_at2024-04-23 05:47:07.588448
descriptionWasm library to handle metric matters
homepage
repositoryhttps://github.com/acheul/webtric
max_upload_size
id1216760
size102,249
Acheul (acheul)

documentation

README

Webtric = Web + Metric

Crates.io docs.rs

A wasm library to handle some metric matters of front web environment

  • Custom scrollbar => mod scroll
  • Resizing parallel panels => mod cartons
  • Reactive positioning of tooltips or menubars => mod possize
  • and sizon

See the demo page for live demo. The page is built on Sycamore. It's src directory is at repository's /demo-sycamore.

Features

  • Feature sycamore supports some sycamore native functions. Mind that webtric supports sycamore version of 0.9.0-beta.2 or later. Sycamore has big changes since version 0.9.
    • Check repository's /demo-sycamore for sycamore application.
  • Feature letops suppoerts some leptos native functions
    • It's not yet mature.

Dev Log

  • ver 0.1.0 -> 0.1.3
    • added feature flags to docs
Commit count: 23

cargo fmt