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