Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
use yew::prelude::*;
8
9
pub struct Button {
10
props: ButtonProps,
11
link: ComponentLink<Self>,
12
}
13
14
pub enum Msg {
15
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected