Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
pub use primary_action::*;
18
19
pub struct Card {
20
link: ComponentLink<Self>,
21
label: String,
22
// onsignal: Callback<()>,
23
}
24
25
pub enum Msg {
26
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected