CSS in Rust, similar to styled-components, but for Yew.
styled!(pub RedDiv : Div {
color: "red";
});
See the example here.
cargo install wasm-pack
cd example
npm i
npm start -- --open
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CSS in Rust, similar to styled-components, but for Yew.
styled!(pub RedDiv : Div {
color: "red";
});
See the example here.
cargo install wasm-pack
cd example
npm i
npm start -- --open