MCPcopy 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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected