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

Class Card

src/card.rs:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17pub use primary_action::*;
18
19pub struct Card {
20 link: ComponentLink<Self>,
21 label: String,
22 // onsignal: Callback<()>,
23}
24
25pub enum Msg {
26 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected