MCPcopy 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

2use yew::prelude::*;
3
4pub 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