Skip to content

noogen-projects/yew-mdc-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6a1911 · Oct 28, 2023
Oct 14, 2023
Oct 25, 2022
Oct 28, 2023
Oct 14, 2023
Oct 14, 2023
Oct 25, 2022
Jul 16, 2023
Jan 7, 2021
Oct 14, 2023
Oct 14, 2023
Jul 1, 2020
Oct 25, 2022

Repository files navigation

Yew MDC widgets

The Material Design Components widgets for the Yew. Live demo

Run example

Setup dependencies:

cargo install wasm-bindgen-cli cargo-make

Build example wasm client:

cargo make example_client

Run example server:

cargo make run

Development notes

To check the project, use the following command:

cargo check --workspace --all-features --all-targets

To run all tests, use the following command:

cargo test --workspace --all-features --all-targets

To check and perform formatting, use the following commands:

cargo make checkfmt
cargo make fmt

To run clippy, use the following command:

cargo make clippy

About

The Material Design Components widgets for the Yew

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages