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

Class GaugeChart

src/gaugechart.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12use yew::prelude::*;
13
14pub struct GaugeChart {
15 props: GaugeChartProps,
16 link: ComponentLink<Self>,
17 node_ref: NodeRef,
18}
19
20pub enum Msg {
21 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected