Home

Awesome

Yew Duskmoon Components and Icons

yew-duskmoon

yew-duskmoon crates version yew-duskmoon crates download yew-duskmoon crates latest download

yew-duskmoon-icons

yew-duskmoon-icons crates version yew-duskmoon-icons crates download yew-duskmoon-icons crates latest download

Duskmoon UI Component Library.

This package use stylist to embbed css in components, so no extra CSS file is needed.

Documents and Demo

Link

Development

Install dependencies

rustup target add wasm32-unknown-unknown
cargo install wasm-pack
cargo install trunk 
cargo install wasm-bindgen-cli

Run

cd example

# dev
trunk serve

# build
trunk build --release