styled-yew

Crates.iostyled-yew
lib.rsstyled-yew
version0.3.0
sourcesrc
created_at2020-01-25 23:17:50.245901
updated_at2020-12-12 21:34:50.417376
descriptionScoped css for Yew
homepage
repositoryhttps://github.com/IcyDefiance/styled-yew
max_upload_size
id201982
size13,861
Icy Defiance (IcyDefiance)

documentation

README

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
Commit count: 12

cargo fmt