This is a Rust's Design System base on Material 3 spec

Status

working on,

Goals

Roadmap

Usage

[funcion_component(App)]

fn app() -> Htlm{ html! { //provides access to material color system and theming to whole app } } ```

[funcion_component(SomeComponent)]

fn app() -> Htlm{ html! { <> {"Some card content"} } } ```

Development

Prerequisites

Run

clone repository and web-site (for render examples at time that proof components) both have to be in same root direcotry bash git clone https://github.com/material-rs/material-you-rs.git git clone https://github.com/material-rs/material-you-site.git

build lib bash cd /path/of/material-you-rs wasm-pack build --target web

build and serve site bash cd /path/of/material-you-site wasm-pack build --target web python3 -m http.server

now you can see example site on your browser

Development

for development and live reload bash cd /path/of/material-you-site cargo watch -w . -w ../material-you-site -s "wasm-pack build --target web"

and in another termninal serve site bash cd /path/of/material-you-site python3 -m http.server

Contribution guide

working on... (we have not defined the development cycle)

License

LGPL V3 or MIT