Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use yew::prelude::*;
3
4
pub struct IconButton {
5
link: ComponentLink<Self>,
6
label: String,
7
// onsignal: Callback<()>,
8
}
9
10
pub enum Msg {
11
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected