Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/yew-components
/ Icon
Class
Icon
src/icon.rs:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
use yew::prelude::*;
3
4
pub struct Icon {
5
link: ComponentLink<Self>,
6
// label: String,
7
// onsignal: Callback<()>,
8
}
9
10
/// Props for [`Icon`]
11
///
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected