MCPcopy Create free account
hub / github.com/angular-rust/yew-components / IconButton

Class IconButton

src/icon_button.rs:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use yew::prelude::*;
3
4pub struct IconButton {
5 link: ComponentLink<Self>,
6 label: String,
7 // onsignal: Callback<()>,
8}
9
10pub enum Msg {
11 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected