dermetfan / yew_svg

svg icon support for rust yew framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"),/>
}

About

svg icon support for rust yew framework


Languages

Language:Rust 100.0%