yew_svg

Crates.ioyew_svg
lib.rsyew_svg
version0.2.1
sourcesrc
created_at2018-11-23 07:44:41.835984
updated_at2019-02-26 06:38:47.383214
descriptionSVG icon helper for yew framework
homepagehttps://github.com/ywzjackal/yew_svg
repositoryhttps://github.com/ywzjackal/yew_svg
max_upload_size
id98251
size6,103
wenzhi.yan (ywzjackal)

documentation

https://github.com/ywzjackal/yew_svg

README

SVG Icon Helper for yew framework

support yew >=0.5

USAGE

1) with remote svg-defs:

html!{
    <SVG: href="/svg-defs.svg#shape",/>
}

2) with local *.svg file or string:

html!{
    <SVG: content=include_str!("../svgs/satellite.svg"),/>
}
Commit count: 7

cargo fmt