Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/yew-components
/ Chip
Class
Chip
src/chip.rs:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
use yew::prelude::*;
10
11
pub struct Chip {
12
link: ComponentLink<Self>,
13
label: String,
14
// onsignal: Callback<()>,
15
}
16
17
pub enum Msg {
18
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected