| Crates.io | yew_svg |
| lib.rs | yew_svg |
| version | 0.2.1 |
| created_at | 2018-11-23 07:44:41.835984+00 |
| updated_at | 2019-02-26 06:38:47.383214+00 |
| description | SVG icon helper for yew framework |
| homepage | https://github.com/ywzjackal/yew_svg |
| repository | https://github.com/ywzjackal/yew_svg |
| max_upload_size | |
| id | 98251 |
| size | 6,103 |
support yew >=0.5
html!{
<SVG: href="/svg-defs.svg#shape",/>
}
html!{
<SVG: content=include_str!("../svgs/satellite.svg"),/>
}