styled-yew 0.3.0

Scoped css for Yew
Documentation

styled-yew

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