MCPcopy 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

9use yew::prelude::*;
10
11pub struct Chip {
12 link: ComponentLink<Self>,
13 label: String,
14 // onsignal: Callback<()>,
15}
16
17pub enum Msg {
18 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected