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

Class Button

src/button.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use yew::prelude::*;
8
9pub struct Button {
10 props: ButtonProps,
11 link: ComponentLink<Self>,
12}
13
14pub enum Msg {
15 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected