8000 GitHub - hikaricai/yew_svg: svg icon support for rust yew framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hikaricai/yew_svg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%
0