| Crates.io | styled-yew |
| lib.rs | styled-yew |
| version | 0.3.0 |
| created_at | 2020-01-25 23:17:50.245901+00 |
| updated_at | 2020-12-12 21:34:50.417376+00 |
| description | Scoped css for Yew |
| homepage | |
| repository | https://github.com/IcyDefiance/styled-yew |
| max_upload_size | |
| id | 201982 |
| size | 13,861 |
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