styled-yew
January 26, 2020 ยท View on GitHub
CSS in Rust, similar to styled-components, but for Yew.
Syntax
styled!(pub RedDiv : Div {
color: "red";
});
See the example here.
Running the Example
cargo install wasm-pack
cd example
npm i
npm start -- --open